#FCEE5E

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

Shades of Corn #FCEE5E

Tints of Corn #FCEE5E

Color information

#FCEE5E (or 0xFCEE5E) is unknown color: approx Corn. HEX triplet: FC, EE and 5E. RGB value is (252,238,94). Sum of RGB (Red+Green+Blue) = 252+238+94=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 94 (37.11% from 255 or 16.10% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEE5E is #0311A1. Grayscale: #E2E2E2. Windows color (decimal): -201122 or 6221564. OLE color: 6221564.

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

Color convert

RGB25223894-
CMYK00.060.630.01
HSL54.68º96.34%67.84%-
HSV(B)54.68º62.7%98.82%-
XYZ72.7482.6522.71-
YUV225.7753.64146.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 94 (37.11% from 255) = 16.10%
R=43.15%
G=40.75%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522389400.060.630.0154.6896.3467.84
HexFCEE5E063F1376044
Octal3743561360677167140104
Binary111111001110111010111100110111111111011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEE5E; }

 p { color: rgb(252,238,94); }

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

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

 a { background-color: rgb(252,238,94); }

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

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

 span { border-color: rgb(252,238,94); }

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