#F9CF49

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

Shades of Kournikova #F9CF49

Tints of Kournikova #F9CF49

Color information

#F9CF49 (or 0xF9CF49) is unknown color: approx Kournikova. HEX triplet: F9, CF and 49. RGB value is (249,207,73). Sum of RGB (Red+Green+Blue) = 249+207+73=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF49 is #0630B6. Grayscale: #CCCCCC. Windows color (decimal): -405687 or 4837369. OLE color: 4837369.

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

Color convert

RGB24920773-
CMYK00.170.710.02
HSL45.68º93.62%63.14%-
HSV(B)45.68º70.68%97.65%-
XYZ62.5865.2515.6-
YUV204.2853.91159.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 73 (28.91% from 255) = 13.80%
R=47.07%
G=39.13%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492077300.170.710.0245.6893.6263.14
HexF9CF490114722e5e3f
Octal37131711102110725613677
Binary111110011100111110010010100011000111101011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CF49; }

 p { color: rgb(249,207,73); }

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

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

 a { background-color: rgb(249,207,73); }

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

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

 span { border-color: rgb(249,207,73); }

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