#FCE55B

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

Shades of Corn #FCE55B

Tints of Corn #FCE55B

Color information

#FCE55B (or 0xFCE55B) is unknown color: approx Corn. HEX triplet: FC, E5 and 5B. RGB value is (252,229,91). Sum of RGB (Red+Green+Blue) = 252+229+91=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 91 (35.94% from 255 or 15.91% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE55B is #031AA4. Grayscale: #DCDCDC. Windows color (decimal): -203429 or 6022652. OLE color: 6022652.

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

Color convert

RGB25222991-
CMYK00.090.640.01
HSL51.43º96.41%67.25%-
HSV(B)51.43º63.89%98.82%-
XYZ70.0577.4921.16-
YUV220.1455.12150.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 91 (35.94% from 255) = 15.91%
R=44.06%
G=40.03%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522299100.090.640.0151.4396.4167.25
HexFCE55B09401336043
Octal374345133011100163140103
Binary11111100111001011011011010011000000111001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE55B; }

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

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

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

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

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

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

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

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