#F9CC48

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

Shades of Kournikova #F9CC48

Tints of Kournikova #F9CC48

Color information

#F9CC48 (or 0xF9CC48) is unknown color: approx Kournikova. HEX triplet: F9, CC and 48. RGB value is (249,204,72). Sum of RGB (Red+Green+Blue) = 249+204+72=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CC48 is #0633B7. Grayscale: #CACACA. Windows color (decimal): -406456 or 4771065. OLE color: 4771065.

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

Color convert

RGB24920472-
CMYK00.180.710.02
HSL44.75º93.65%62.94%-
HSV(B)44.75º71.08%97.65%-
XYZ61.8363.7915.19-
YUV202.4154.41161.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 72 (28.52% from 255) = 13.71%
R=47.43%
G=38.86%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492047200.180.710.0244.7593.6562.94
HexF9CC480124722d5e3f
Octal37131411002210725513677
Binary111110011100110010010000100101000111101011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CC48; }

 p { color: rgb(249,204,72); }

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

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

 a { background-color: rgb(249,204,72); }

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

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

 span { border-color: rgb(249,204,72); }

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