#FDCE5D

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

Shades of Kournikova #FDCE5D

Tints of Kournikova #FDCE5D

Color information

#FDCE5D (or 0xFDCE5D) is unknown color: approx Kournikova. HEX triplet: FD, CE and 5D. RGB value is (253,206,93). Sum of RGB (Red+Green+Blue) = 253+206+93=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5D is #0231A2. Grayscale: #CFCFCF. Windows color (decimal): -143779 or 6147837. OLE color: 6147837.

HSL color Cylindrical-coordinate representation of color #FDCE5D: hue angle of 42.38º degrees, saturation: 0.98, 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 #FDCE5D is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25320693-
CMYK00.190.630.01
HSL42.38º97.56%67.84%-
HSV(B)42.38º63.24%99.22%-
XYZ64.5665.8219.66-
YUV207.1763.57160.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 93 (36.72% from 255) = 16.85%
R=45.83%
G=37.32%
B=16.85%

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
Decimal2532069300.190.630.0142.3897.5667.84
HexFDCE5D0133F12a6244
Octal37531613502377152142104
Binary11111101110011101011101010011111111110101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE5D; }

 p { color: rgb(253,206,93); }

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

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

 a { background-color: rgb(253,206,93); }

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

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

 span { border-color: rgb(253,206,93); }

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