#FCE45B

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

Shades of Corn #FCE45B

Tints of Corn #FCE45B

Color information

#FCE45B (or 0xFCE45B) is unknown color: approx Corn. HEX triplet: FC, E4 and 5B. RGB value is (252,228,91). Sum of RGB (Red+Green+Blue) = 252+228+91=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 91 (35.94% from 255 or 15.94% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE45B is #031BA4. Grayscale: #DCDCDC. Windows color (decimal): -203685 or 6022396. OLE color: 6022396.

HSL color Cylindrical-coordinate representation of color #FCE45B: hue angle of 51.06º degrees, saturation: 0.96, 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 #FCE45B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25222891-
CMYK00.100.640.01
HSL51.06º96.41%67.25%-
HSV(B)51.06º63.89%98.82%-
XYZ69.7876.9421.07-
YUV219.5655.45151.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 228 (89.45% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 15.94%
R=44.13%
G=39.93%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522289100.100.640.0151.0696.4167.25
HexFCE45B0A401336043
Octal374344133012100163140103
Binary11111100111001001011011010101000000111001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE45B; }

 p { color: rgb(252,228,91); }

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

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

 a { background-color: rgb(252,228,91); }

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

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

 span { border-color: rgb(252,228,91); }

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