#FCCD5D

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

Shades of Kournikova #FCCD5D

Tints of Kournikova #FCCD5D

Color information

#FCCD5D (or 0xFCCD5D) is unknown color: approx Kournikova. HEX triplet: FC, CD and 5D. RGB value is (252,205,93). Sum of RGB (Red+Green+Blue) = 252+205+93=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD5D is #0332A2. Grayscale: #CECECE. Windows color (decimal): -209571 or 6147580. OLE color: 6147580.

HSL color Cylindrical-coordinate representation of color #FCCD5D: hue angle of 42.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCD5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25220593-
CMYK00.190.630.01
HSL42.26º96.36%67.65%-
HSV(B)42.26º63.1%98.82%-
XYZ63.9565.1519.56-
YUV206.2864.07160.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.82%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 93 (36.72% from 255) = 16.91%
R=45.82%
G=37.27%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522059300.190.630.0142.2696.3667.65
HexFCCD5D0133F12a6044
Octal37431513502377152140104
Binary11111100110011011011101010011111111110101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD5D; }

 p { color: rgb(252,205,93); }

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

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

 a { background-color: rgb(252,205,93); }

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

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

 span { border-color: rgb(252,205,93); }

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