#FCD556

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

Shades of Kournikova #FCD556

Tints of Kournikova #FCD556

Color information

#FCD556 (or 0xFCD556) is unknown color: approx Kournikova. HEX triplet: FC, D5 and 56. RGB value is (252,213,86). Sum of RGB (Red+Green+Blue) = 252+213+86=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD556 is #032AA9. Grayscale: #D2D2D2. Windows color (decimal): -207530 or 5690876. OLE color: 5690876.

HSL color Cylindrical-coordinate representation of color #FCD556: hue angle of 45.9º 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 #FCD556 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25221386-
CMYK00.150.660.01
HSL45.9º96.51%66.27%-
HSV(B)45.9º65.87%98.82%-
XYZ65.6268.9618.66-
YUV210.1857.92157.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 86 (33.98% from 255) = 15.61%
R=45.74%
G=38.66%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522138600.150.660.0145.996.5166.27
HexFCD5560F4212e6142
Octal374325126017102156141102
Binary11111100110101011010110011111000010110111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD556; }

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

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

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

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

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

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

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

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