#fac94c

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

Shades of Kournikova #FAC94C

Tints of Kournikova #FAC94C

Color information

#FAC94C (or 0xFAC94C) is unknown color: approx Kournikova. HEX triplet: FA, C9 and 4C. RGB value is (250,201,76). Sum of RGB (Red+Green+Blue) = 250+201+76=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC94C is #0536B3. Grayscale: #C9C9C9. Windows color (decimal): -341684 or 5032442. OLE color: 5032442.

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

Color convert

RGB25020176-
CMYK00.200.700.02
HSL43.1º94.57%63.92%-
HSV(B)43.1º69.6%98.04%-
XYZ61.6262.6215.68-
YUV201.457.23162.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.44%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 76 (30.08% from 255) = 14.42%
R=47.44%
G=38.14%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502017600.200.700.0243.194.5763.92
HexFAC94C0144622b5f40
Octal372311114024106253137100
Binary1111101011001001100110001010010001101010101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fac94c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fac94c; }

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

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

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

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

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

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

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

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