#F9CD48

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

Shades of Kournikova #F9CD48

Tints of Kournikova #F9CD48

Color information

#F9CD48 (or 0xF9CD48) is unknown color: approx Kournikova. HEX triplet: F9, CD and 48. RGB value is (249,205,72). Sum of RGB (Red+Green+Blue) = 249+205+72=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CD48 is #0632B7. Grayscale: #CBCBCB. Windows color (decimal): -406200 or 4771321. OLE color: 4771321.

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

Color convert

RGB24920572-
CMYK00.180.710.02
HSL45.08º93.65%62.94%-
HSV(B)45.08º71.08%97.65%-
XYZ62.0764.2715.26-
YUV202.9954.08160.81-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.34%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 72 (28.52% from 255) = 13.69%
R=47.34%
G=38.97%
B=13.69%

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
Decimal2492057200.180.710.0245.0893.6562.94
HexF9CD480124722d5e3f
Octal37131511002210725513677
Binary111110011100110110010000100101000111101011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD48; }

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

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

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

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

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

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

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

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