#FACD5C

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

Shades of Kournikova #FACD5C

Tints of Kournikova #FACD5C

Color information

#FACD5C (or 0xFACD5C) is unknown color: approx Kournikova. HEX triplet: FA, CD and 5C. RGB value is (250,205,92). Sum of RGB (Red+Green+Blue) = 250+205+92=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD5C is #0532A3. Grayscale: #CECECE. Windows color (decimal): -340644 or 6082042. OLE color: 6082042.

HSL color Cylindrical-coordinate representation of color #FACD5C: hue angle of 42.91º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FACD5C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25020592-
CMYK00.180.630.02
HSL42.91º94.05%67.06%-
HSV(B)42.91º63.2%98.04%-
XYZ63.1964.7619.29-
YUV205.5763.91159.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 92 (36.33% from 255) = 16.82%
R=45.70%
G=37.48%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502059200.180.630.0242.9194.0567.06
HexFACD5C0123F22b5e43
Octal37231513402277253136103
Binary111110101100110110111000100101111111010101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD5C; }

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

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

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

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

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

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

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

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