#FCEB5D

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

Shades of Corn #FCEB5D

Tints of Corn #FCEB5D

Color information

#FCEB5D (or 0xFCEB5D) is unknown color: approx Corn. HEX triplet: FC, EB and 5D. RGB value is (252,235,93). Sum of RGB (Red+Green+Blue) = 252+235+93=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB5D is #0314A2. Grayscale: #E0E0E0. Windows color (decimal): -201891 or 6155260. OLE color: 6155260.

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

Color convert

RGB25223593-
CMYK00.070.630.01
HSL53.58º96.36%67.65%-
HSV(B)53.58º63.1%98.82%-
XYZ71.8380.922.19-
YUV223.954.13148.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 93 (36.72% from 255) = 16.03%
R=43.45%
G=40.52%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522359300.070.630.0153.5896.3667.65
HexFCEB5D073F1366044
Octal3743531350777166140104
Binary111111001110101110111010111111111111011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB5D; }

 p { color: rgb(252,235,93); }

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

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

 a { background-color: rgb(252,235,93); }

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

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

 span { border-color: rgb(252,235,93); }

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