Html Css Color HEX #FCEA5D Corn

📋 copy color: '#FCEA5D'

red 252 ◦ green 234 ◦ blue 93

#FCEA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn #FCEA5D

Tints of Corn #FCEA5D

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

 GREEN value IS 234 (91.8% from 255) = 40.41%

 BLUE value IS 93 (36.72% from 255) = 16.06%

R = 43.52%
G = 40.41%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCEA5D (or 0xFCEA5D) is known color: Corn. HEX triplet: FC, EA and 5D. RGB value is (252,234,93). Sum of RGB (Red+Green+Blue) = 252+234+93=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA5D is #0315A2. Grayscale: #DFDFDF. Windows color (decimal): -202147 or 6155004. OLE color: 6155004.

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

Color convert

RGB 252 234 93 -
CMYK 0 0.07 0.63 0.01
HSL 53.21º 0.96% 0.68% -
HSV(B) 53.21º 0.63% 0.99% -
XYZ 71.54 80.33 22.09 -
YUV 223.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 252 234 93 0 0.07 0.63 0.01 53.21 0.96 0.68
Hex FC EA 5D 0 7 3F 1 35 60 44
Octal 374 352 135 0 7 77 1 65 140 104
Binary 11111100 11101010 1011101 0 111 111111 1 110101 1100000 1000100

Color Harmonies of #FCEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA5D

Black with #FCEA5D

Text Example


Text Example

White with #FCEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA5D; }

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

 H1.HeaderClassName
 {
   color: #FCEA5D;
 }
 .AnyTagClassName
 {
   color: #FCEA5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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