#FDCE52

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

Shades of Kournikova #FDCE52

Tints of Kournikova #FDCE52

Color information

#FDCE52 (or 0xFDCE52) is unknown color: approx Kournikova. HEX triplet: FD, CE and 52. RGB value is (253,206,82). Sum of RGB (Red+Green+Blue) = 253+206+82=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE52 is #0231AD. Grayscale: #CECECE. Windows color (decimal): -143790 or 5426941. OLE color: 5426941.

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

Color convert

RGB25320682-
CMYK00.190.680.01
HSL43.51º97.71%65.69%-
HSV(B)43.51º67.59%99.22%-
XYZ64.165.6317.27-
YUV205.9258.07161.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.77%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 82 (32.42% from 255) = 15.16%
R=46.77%
G=38.08%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532068200.190.680.0143.5197.7165.69
HexFDCE520134412c6242
Octal375316122023104154142102
Binary111111011100111010100100100111000100110110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE52; }

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

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

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

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

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

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

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

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