#F9C94D

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

Shades of Kournikova #F9C94D

Tints of Kournikova #F9C94D

Color information

#F9C94D (or 0xF9C94D) is unknown color: approx Kournikova. HEX triplet: F9, C9 and 4D. RGB value is (249,201,77). Sum of RGB (Red+Green+Blue) = 249+201+77=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C94D is #0636B2. Grayscale: #C9C9C9. Windows color (decimal): -407219 or 5097977. OLE color: 5097977.

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

Color convert

RGB24920177-
CMYK00.190.690.02
HSL43.26º93.48%63.92%-
HSV(B)43.26º69.08%97.65%-
XYZ61.2962.4515.84-
YUV201.2257.9162.08-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 77 (30.47% from 255) = 14.61%
R=47.25%
G=38.14%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492017700.190.690.0243.2693.4863.92
HexF9C94D0134522b5d40
Octal371311115023105253135100
Binary1111100111001001100110101001110001011010101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C94D; }

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

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

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

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

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

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

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

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