#F9CB48

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

Shades of Kournikova #F9CB48

Tints of Kournikova #F9CB48

Color information

#F9CB48 (or 0xF9CB48) is unknown color: approx Kournikova. HEX triplet: F9, CB and 48. RGB value is (249,203,72). Sum of RGB (Red+Green+Blue) = 249+203+72=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB48 is #0634B7. Grayscale: #CACACA. Windows color (decimal): -406712 or 4770809. OLE color: 4770809.

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

Color convert

RGB24920372-
CMYK00.180.710.02
HSL44.41º93.65%62.94%-
HSV(B)44.41º71.08%97.65%-
XYZ61.5963.3215.11-
YUV201.8254.74161.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 72 (28.52% from 255) = 13.74%
R=47.52%
G=38.74%
B=13.74%

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
Decimal2492037200.180.710.0244.4193.6562.94
HexF9CB480124722c5e3f
Octal37131311002210725413677
Binary111110011100101110010000100101000111101011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CB48; }

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

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

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

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

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

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

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

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