#FFCB50

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

Shades of Kournikova #FFCB50

Tints of Kournikova #FFCB50

Color information

#FFCB50 (or 0xFFCB50) is unknown color: approx Kournikova. HEX triplet: FF, CB and 50. RGB value is (255,203,80). Sum of RGB (Red+Green+Blue) = 255+203+80=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB50 is #0034AF. Grayscale: #CDCDCD. Windows color (decimal): -13488 or 5295103. OLE color: 5295103.

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

Color convert

RGB25520380-
CMYK00.200.690
HSL42.17º100%65.69%-
HSV(B)42.17º68.63%100%-
XYZ64.0464.5516.67-
YUV204.5357.73164-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.40%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 80 (31.64% from 255) = 14.87%
R=47.40%
G=37.73%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552038000.200.69042.1710065.69
HexFFCB500144502a6442
Octal377313120024105052144102
Binary111111111100101110100000101001000101010101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB50; }

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

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

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

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

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

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

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

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