#FCE95F

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

Shades of Corn #FCE95F

Tints of Corn #FCE95F

Color information

#FCE95F (or 0xFCE95F) is unknown color: approx Corn. HEX triplet: FC, E9 and 5F. RGB value is (252,233,95). Sum of RGB (Red+Green+Blue) = 252+233+95=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 95 (37.5% from 255 or 16.38% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE95F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE95F is #0316A0. Grayscale: #DFDFDF. Windows color (decimal): -202401 or 6285820. OLE color: 6285820.

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

Color convert

RGB25223395-
CMYK00.080.620.01
HSL52.74º96.32%68.04%-
HSV(B)52.74º62.3%98.82%-
XYZ71.3579.822.47-
YUV222.9555.79148.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 233 (91.41% from 255) = 40.17%
BLUE value IS 95 (37.5% from 255) = 16.38%
R=43.45%
G=40.17%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522339500.080.620.0152.7496.3268.04
HexFCE95F083E1356044
Octal37435113701076165140104
Binary1111110011101001101111101000111110111010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE95F; }

 p { color: rgb(252,233,95); }

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

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

 a { background-color: rgb(252,233,95); }

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

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

 span { border-color: rgb(252,233,95); }

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