#FDCE5A

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

Shades of Kournikova #FDCE5A

Tints of Kournikova #FDCE5A

Color information

#FDCE5A (or 0xFDCE5A) is unknown color: approx Kournikova. HEX triplet: FD, CE and 5A. RGB value is (253,206,90). Sum of RGB (Red+Green+Blue) = 253+206+90=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5A is #0231A5. Grayscale: #CFCFCF. Windows color (decimal): -143782 or 5951229. OLE color: 5951229.

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

Color convert

RGB25320690-
CMYK00.190.640.01
HSL42.7º97.6%67.25%-
HSV(B)42.7º64.43%99.22%-
XYZ64.4265.7618.97-
YUV206.8362.07160.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 90 (35.55% from 255) = 16.39%
R=46.08%
G=37.52%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532069000.190.640.0142.797.667.25
HexFDCE5A0134012b6243
Octal375316132023100153142103
Binary111111011100111010110100100111000000110101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE5A; }

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

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

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

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

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

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

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

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