Html Css Color HEX #FCEC5A Corn

📋 copy color: '#FCEC5A'

red 252 ◦ green 236 ◦ blue 90

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

Shades of Corn #FCEC5A

Tints of Corn #FCEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.57%

R = 43.6%
G = 40.83%
B = 15.57%

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

#FCEC5A (or 0xFCEC5A) is known color: Corn. HEX triplet: FC, EC and 5A. RGB value is (252,236,90). Sum of RGB (Red+Green+Blue) = 252+236+90=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 90 (35.55% from 255 or 15.57% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC5A is #0313A5. Grayscale: #E0E0E0. Windows color (decimal): -201638 or 5958908. OLE color: 5958908.

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

Color convert

RGB 252 236 90 -
CMYK 0 0.06 0.64 0.01
HSL 54.07º 0.96% 0.67% -
HSV(B) 54.07º 0.64% 0.99% -
XYZ 71.99 81.42 21.6 -
YUV 224.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 252 236 90 0 0.06 0.64 0.01 54.07 0.96 0.67
Hex FC EC 5A 0 6 40 1 36 60 43
Octal 374 354 132 0 6 100 1 66 140 103
Binary 11111100 11101100 1011010 0 110 1000000 1 110110 1100000 1000011

Color Harmonies of #FCEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC5A

Black with #FCEC5A

Text Example


Text Example

White with #FCEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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