#FACC5E

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

Shades of Kournikova #FACC5E

Tints of Kournikova #FACC5E

Color information

#FACC5E (or 0xFACC5E) is unknown color: approx Kournikova. HEX triplet: FA, CC and 5E. RGB value is (250,204,94). Sum of RGB (Red+Green+Blue) = 250+204+94=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5E is #0533A1. Grayscale: #CDCDCD. Windows color (decimal): -340898 or 6212858. OLE color: 6212858.

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

Color convert

RGB25020494-
CMYK00.180.620.02
HSL42.31º93.98%67.45%-
HSV(B)42.31º62.4%98.04%-
XYZ63.0464.3219.68-
YUV205.2165.24159.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.62%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 94 (37.11% from 255) = 17.15%
R=45.62%
G=37.23%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502049400.180.620.0242.3193.9867.45
HexFACC5E0123E22a5e43
Octal37231413602276252136103
Binary111110101100110010111100100101111101010101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC5E; }

 p { color: rgb(250,204,94); }

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

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

 a { background-color: rgb(250,204,94); }

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

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

 span { border-color: rgb(250,204,94); }

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