Html Css Color HEX #FCEC5C Corn

📋 copy color: '#FCEC5C'

red 252 ◦ green 236 ◦ blue 92

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

Shades of Corn #FCEC5C

Tints of Corn #FCEC5C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 92 (36.33% from 255) = 15.86%

R = 43.45%
G = 40.69%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCEC5C (or 0xFCEC5C) is known color: Corn. HEX triplet: FC, EC and 5C. RGB value is (252,236,92). Sum of RGB (Red+Green+Blue) = 252+236+92=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 92 (36.33% from 255 or 15.86% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC5C is #0313A3. Grayscale: #E0E0E0. Windows color (decimal): -201636 or 6089980. OLE color: 6089980.

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

Color convert

RGB 252 236 92 -
CMYK 0 0.06 0.63 0.01
HSL 54º 0.96% 0.67% -
HSV(B) 54º 0.63% 0.99% -
XYZ 72.07 81.46 22.05 -
YUV 224.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 252 236 92 0 0.06 0.63 0.01 54 0.96 0.67
Hex FC EC 5C 0 6 3F 1 36 60 43
Octal 374 354 134 0 6 77 1 66 140 103
Binary 11111100 11101100 1011100 0 110 111111 1 110110 1100000 1000011

Color Harmonies of #FCEC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC5C

Black with #FCEC5C

Text Example


Text Example

White with #FCEC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC5C; }

 p { color: rgb(252,236,92); }

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

background-color css

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

 a { background-color: rgb(252,236,92); }

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

border-color css

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

 span { border-color: rgb(252,236,92); }

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