#FCD356

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

Shades of Kournikova #FCD356

Tints of Kournikova #FCD356

Color information

#FCD356 (or 0xFCD356) is unknown color: approx Kournikova. HEX triplet: FC, D3 and 56. RGB value is (252,211,86). Sum of RGB (Red+Green+Blue) = 252+211+86=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD356 is #032CA9. Grayscale: #D1D1D1. Windows color (decimal): -208042 or 5690364. OLE color: 5690364.

HSL color Cylindrical-coordinate representation of color #FCD356: hue angle of 45.18º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCD356 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25221186-
CMYK00.160.660.01
HSL45.18º96.51%66.27%-
HSV(B)45.18º65.87%98.82%-
XYZ65.1267.9618.49-
YUV209.0158.58158.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 86 (33.98% from 255) = 15.66%
R=45.90%
G=38.43%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522118600.160.660.0145.1896.5166.27
HexFCD3560104212d6142
Octal374323126020102155141102
Binary111111001101001110101100100001000010110110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD356; }

 p { color: rgb(252,211,86); }

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

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

 a { background-color: rgb(252,211,86); }

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

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

 span { border-color: rgb(252,211,86); }

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