#F8CB49

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

Shades of Kournikova #F8CB49

Tints of Kournikova #F8CB49

Color information

#F8CB49 (or 0xF8CB49) is unknown color: approx Kournikova. HEX triplet: F8, CB and 49. RGB value is (248,203,73). Sum of RGB (Red+Green+Blue) = 248+203+73=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CB49 is #0734B6. Grayscale: #CACACA. Windows color (decimal): -472247 or 4836344. OLE color: 4836344.

HSL color Cylindrical-coordinate representation of color #F8CB49: hue angle of 44.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8CB49 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24820373-
CMYK00.180.710.03
HSL44.57º92.59%62.94%-
HSV(B)44.57º70.56%97.25%-
XYZ61.2763.1515.26-
YUV201.6455.41161.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.33%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 73 (28.91% from 255) = 13.93%
R=47.33%
G=38.74%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482037300.180.710.0344.5792.5962.94
HexF8CB490124732d5d3f
Octal37031311102210735513577
Binary111110001100101110010010100101000111111011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CB49; }

 p { color: rgb(248,203,73); }

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

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

 a { background-color: rgb(248,203,73); }

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

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

 span { border-color: rgb(248,203,73); }

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