#F6CB5A

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

Shades of Kournikova #F6CB5A

Tints of Kournikova #F6CB5A

Color information

#F6CB5A (or 0xF6CB5A) is unknown color: approx Kournikova. HEX triplet: F6, CB and 5A. RGB value is (246,203,90). Sum of RGB (Red+Green+Blue) = 246+203+90=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB5A is #0934A5. Grayscale: #CBCBCB. Windows color (decimal): -603302 or 5950454. OLE color: 5950454.

HSL color Cylindrical-coordinate representation of color #F6CB5A: hue angle of 43.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6CB5A is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24620390-
CMYK00.170.630.04
HSL43.46º89.66%65.88%-
HSV(B)43.46º63.41%96.47%-
XYZ61.2163.0418.62-
YUV202.9764.25158.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.64%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 90 (35.55% from 255) = 16.70%
R=45.64%
G=37.66%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462039000.170.630.0443.4689.6665.88
HexF6CB5A0113F42b5a42
Octal36631313202177453132102
Binary1111011011001011101101001000111111110010101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CB5A; }

 p { color: rgb(246,203,90); }

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

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

 a { background-color: rgb(246,203,90); }

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

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

 span { border-color: rgb(246,203,90); }

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