#FAC94B

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

Shades of Kournikova #FAC94B

Tints of Kournikova #FAC94B

Color information

#FAC94B (or 0xFAC94B) is unknown color: approx Kournikova. HEX triplet: FA, C9 and 4B. RGB value is (250,201,75). Sum of RGB (Red+Green+Blue) = 250+201+75=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC94B is #0536B4. Grayscale: #C9C9C9. Windows color (decimal): -341685 or 4966906. OLE color: 4966906.

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

Color convert

RGB25020175-
CMYK00.200.70.02
HSL43.2º94.59%63.73%-
HSV(B)43.2º70%98.04%-
XYZ61.5862.6115.49-
YUV201.2956.73162.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 75 (29.69% from 255) = 14.26%
R=47.53%
G=38.21%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.7
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502017500.200.70.0243.294.5963.73
HexFAC94B0144622b5f40
Octal372311113024106253137100
Binary1111101011001001100101101010010001101010101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC94B; }

 p { color: rgb(250,201,75); }

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

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

 a { background-color: rgb(250,201,75); }

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

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

 span { border-color: rgb(250,201,75); }

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