#FDCE4E

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

Shades of Kournikova #FDCE4E

Tints of Kournikova #FDCE4E

Color information

#FDCE4E (or 0xFDCE4E) is unknown color: approx Kournikova. HEX triplet: FD, CE and 4E. RGB value is (253,206,78). Sum of RGB (Red+Green+Blue) = 253+206+78=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE4E is #0231B1. Grayscale: #CECECE. Windows color (decimal): -143794 or 5164797. OLE color: 5164797.

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

Color convert

RGB25320678-
CMYK00.190.690.01
HSL43.89º97.77%64.9%-
HSV(B)43.89º69.17%99.22%-
XYZ63.9565.5816.49-
YUV205.4656.07161.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 78 (30.86% from 255) = 14.53%
R=47.11%
G=38.36%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532067800.190.690.0143.8997.7764.9
HexFDCE4E0134512c6241
Octal375316116023105154142101
Binary111111011100111010011100100111000101110110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCE4E; }

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

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

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

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

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

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

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

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