#F9C95E

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

Shades of Kournikova #F9C95E

Tints of Kournikova #F9C95E

Color information

#F9C95E (or 0xF9C95E) is unknown color: approx Kournikova. HEX triplet: F9, C9 and 5E. RGB value is (249,201,94). Sum of RGB (Red+Green+Blue) = 249+201+94=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C95E is #0636A1. Grayscale: #CBCBCB. Windows color (decimal): -407202 or 6212089. OLE color: 6212089.

HSL color Cylindrical-coordinate representation of color #F9C95E: hue angle of 41.42º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C95E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24920194-
CMYK00.190.620.02
HSL41.42º92.81%67.25%-
HSV(B)41.42º62.25%97.65%-
XYZ61.9762.7219.43-
YUV203.1566.4160.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 94 (37.11% from 255) = 17.28%
R=45.77%
G=36.95%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492019400.190.620.0241.4292.8167.25
HexF9C95E0133E2295d43
Octal37131113602376251135103
Binary111110011100100110111100100111111101010100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C95E; }

 p { color: rgb(249,201,94); }

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

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

 a { background-color: rgb(249,201,94); }

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

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

 span { border-color: rgb(249,201,94); }

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