Html Css Color HEX #FCEC5B Corn

📋 copy color: '#FCEC5B'

red 252 ◦ green 236 ◦ blue 91

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

Shades of Corn #FCEC5B

Tints of Corn #FCEC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.72%

R = 43.52%
G = 40.76%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCEC5B (or 0xFCEC5B) is known color: Corn. HEX triplet: FC, EC and 5B. RGB value is (252,236,91). Sum of RGB (Red+Green+Blue) = 252+236+91=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 91 (35.94% from 255 or 15.72% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC5B is #0313A4. Grayscale: #E0E0E0. Windows color (decimal): -201637 or 6024444. OLE color: 6024444.

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

Color convert

RGB 252 236 91 -
CMYK 0 0.06 0.64 0.01
HSL 54.04º 0.96% 0.67% -
HSV(B) 54.04º 0.64% 0.99% -
XYZ 72.03 81.44 21.82 -
YUV 224.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 252 236 91 0 0.06 0.64 0.01 54.04 0.96 0.67
Hex FC EC 5B 0 6 40 1 36 60 43
Octal 374 354 133 0 6 100 1 66 140 103
Binary 11111100 11101100 1011011 0 110 1000000 1 110110 1100000 1000011

Color Harmonies of #FCEC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC5B

Black with #FCEC5B

Text Example


Text Example

White with #FCEC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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