Html Css Color HEX #FCEA64 Corn

📋 copy color: '#FCEA64'

red 252 ◦ green 234 ◦ blue 100

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

Shades of Corn #FCEA64

Tints of Corn #FCEA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.06%

R = 43%
G = 39.93%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCEA64 (or 0xFCEA64) is known color: Corn. HEX triplet: FC, EA and 64. RGB value is (252,234,100). Sum of RGB (Red+Green+Blue) = 252+234+100=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 100 (39.45% from 255 or 17.06% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA64 is #03159B. Grayscale: #E0E0E0. Windows color (decimal): -202140 or 6613756. OLE color: 6613756.

HSL color Cylindrical-coordinate representation of color #FCEA64: hue angle of 52.89º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCEA64 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 100 -
CMYK 0 0.07 0.60 0.01
HSL 52.89º 0.96% 0.69% -
HSV(B) 52.89º 0.6% 0.99% -
XYZ 71.87 80.46 23.8 -
YUV 224.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 252 234 100 0 0.07 0.60 0.01 52.89 0.96 0.69
Hex FC EA 64 0 7 3C 1 35 60 45
Octal 374 352 144 0 7 74 1 65 140 105
Binary 11111100 11101010 1100100 0 111 111100 1 110101 1100000 1000101

Color Harmonies of #FCEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA64

Black with #FCEA64

Text Example


Text Example

White with #FCEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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