Html Css Color HEX #FCE464 Corn

📋 copy color: '#FCE464'

red 252 ◦ green 228 ◦ blue 100

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

Shades of Corn #FCE464

Tints of Corn #FCE464

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.31%

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

R = 43.45%
G = 39.31%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCE464 (or 0xFCE464) is known color: Corn. HEX triplet: FC, E4 and 64. RGB value is (252,228,100). Sum of RGB (Red+Green+Blue) = 252+228+100=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 100 (39.45% from 255 or 17.24% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE464 is #031B9B. Grayscale: #DDDDDD. Windows color (decimal): -203676 or 6612220. OLE color: 6612220.

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

Color convert

RGB 252 228 100 -
CMYK 0 0.10 0.60 0.01
HSL 50.53º 0.96% 0.69% -
HSV(B) 50.53º 0.6% 0.99% -
XYZ 70.19 77.1 23.24 -
YUV 220.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 252 228 100 0 0.10 0.60 0.01 50.53 0.96 0.69
Hex FC E4 64 0 A 3C 1 33 60 45
Octal 374 344 144 0 12 74 1 63 140 105
Binary 11111100 11100100 1100100 0 1010 111100 1 110011 1100000 1000101

Color Harmonies of #FCE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE464

Black with #FCE464

Text Example


Text Example

White with #FCE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE464; }

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

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

background-color css

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

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

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

border-color css

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

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

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