#FDCF52

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

Shades of Kournikova #FDCF52

Tints of Kournikova #FDCF52

Color information

#FDCF52 (or 0xFDCF52) is unknown color: approx Kournikova. HEX triplet: FD, CF and 52. RGB value is (253,207,82). Sum of RGB (Red+Green+Blue) = 253+207+82=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF52 is #0230AD. Grayscale: #CFCFCF. Windows color (decimal): -143534 or 5427197. OLE color: 5427197.

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

Color convert

RGB25320782-
CMYK00.180.680.01
HSL43.86º97.71%65.69%-
HSV(B)43.86º67.59%99.22%-
XYZ64.3466.1217.35-
YUV206.557.74161.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 82 (32.42% from 255) = 15.13%
R=46.68%
G=38.19%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532078200.180.680.0143.8697.7165.69
HexFDCF520124412c6242
Octal375317122022104154142102
Binary111111011100111110100100100101000100110110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF52; }

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

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

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

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

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

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

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

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