#FACD5E

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

Shades of Kournikova #FACD5E

Tints of Kournikova #FACD5E

Color information

#FACD5E (or 0xFACD5E) is unknown color: approx Kournikova. HEX triplet: FA, CD and 5E. RGB value is (250,205,94). Sum of RGB (Red+Green+Blue) = 250+205+94=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5E is #0532A1. Grayscale: #CECECE. Windows color (decimal): -340642 or 6213114. OLE color: 6213114.

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

Color convert

RGB25020594-
CMYK00.180.620.02
HSL42.69º93.98%67.45%-
HSV(B)42.69º62.4%98.04%-
XYZ63.2864.7919.76-
YUV205.864.91159.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 94 (37.11% from 255) = 17.12%
R=45.54%
G=37.34%
B=17.12%

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
Decimal2502059400.180.620.0242.6993.9867.45
HexFACD5E0123E22b5e43
Octal37231513602276253136103
Binary111110101100110110111100100101111101010101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD5E; }

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

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

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

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

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

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

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

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