#F9CE48

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

Shades of Kournikova #F9CE48

Tints of Kournikova #F9CE48

Color information

#F9CE48 (or 0xF9CE48) is unknown color: approx Kournikova. HEX triplet: F9, CE and 48. RGB value is (249,206,72). Sum of RGB (Red+Green+Blue) = 249+206+72=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CE48 is #0631B7. Grayscale: #CCCCCC. Windows color (decimal): -405944 or 4771577. OLE color: 4771577.

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

Color convert

RGB24920672-
CMYK00.170.710.02
HSL45.42º93.65%62.94%-
HSV(B)45.42º71.08%97.65%-
XYZ62.3164.7515.34-
YUV203.5853.75160.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 72 (28.52% from 255) = 13.66%
R=47.25%
G=39.09%
B=13.66%

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
Decimal2492067200.170.710.0245.4293.6562.94
HexF9CE480114722d5e3f
Octal37131611002110725513677
Binary111110011100111010010000100011000111101011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CE48; }

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

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

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

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

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

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

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

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