#F8CA49

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

Shades of Kournikova #F8CA49

Tints of Kournikova #F8CA49

Color information

#F8CA49 (or 0xF8CA49) is unknown color: approx Kournikova. HEX triplet: F8, CA and 49. RGB value is (248,202,73). Sum of RGB (Red+Green+Blue) = 248+202+73=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CA49 is #0735B6. Grayscale: #C9C9C9. Windows color (decimal): -472503 or 4836088. OLE color: 4836088.

HSL color Cylindrical-coordinate representation of color #F8CA49: hue angle of 44.23º 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 #F8CA49 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB24820273-
CMYK00.190.710.03
HSL44.23º92.59%62.94%-
HSV(B)44.23º70.56%97.25%-
XYZ61.0362.6815.18-
YUV201.0555.74161.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.42%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 73 (28.91% from 255) = 13.96%
R=47.42%
G=38.62%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482027300.190.710.0344.2392.5962.94
HexF8CA490134732c5d3f
Octal37031211102310735413577
Binary111110001100101010010010100111000111111011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA49; }

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

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

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

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

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

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

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

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