#FFCB45

Color #FFCB45 Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FFCB45

Tints of Kournikova #FFCB45

Color information

#FFCB45 (or 0xFFCB45) is unknown color: approx Kournikova. HEX triplet: FF, CB and 45. RGB value is (255,203,69). Sum of RGB (Red+Green+Blue) = 255+203+69=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 69 (27.34% from 255 or 13.09% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB45 is #0034BA. Grayscale: #CBCBCB. Windows color (decimal): -13499 or 4574207. OLE color: 4574207.

HSL color Cylindrical-coordinate representation of color #FFCB45: hue angle of 43.23º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFCB45 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB25520369-
CMYK00.200.730
HSL43.23º100%63.53%-
HSV(B)43.23º72.94%100%-
XYZ63.6764.414.71-
YUV203.2752.23164.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 48.39%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 69 (27.34% from 255) = 13.09%
R=48.39%
G=38.52%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552036900.200.73043.2310063.53
HexFFCB450144902b6440
Octal377313105024111053144100
Binary111111111100101110001010101001001001010101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB45; }

 p { color: rgb(255,203,69); }

 H1.HeaderClassName
 {
   color: #FFCB45;
 }
 .AnyTagClassName
 {
   color: #FFCB45;
 }
</style>
background-color css

<style>
 a { background-color: #FFCB45; }

 a { background-color: rgb(255,203,69); }

 div.DivClassName
 {
   background-color: #FFCB45;
 }
 .BgClassName
 {
   background-color: #FFCB45;
 }
</style>
border-color css

<style>
 span { border-color: #FFCB45; }

 span { border-color: rgb(255,203,69); }

 td.TdClassName
 {
   border-color: #FFCB45;
 }
 .TagClassName
 {
   border-color: #FFCB45;
 }
</style>