Html Css Color HEX #FCE860 Corn

📋 copy color: '#FCE860'

red 252 ◦ green 232 ◦ blue 96

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

Shades of Corn #FCE860

Tints of Corn #FCE860

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40%

 BLUE value IS 96 (37.89% from 255) = 16.55%

R = 43.45%
G = 40%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCE860 (or 0xFCE860) is known color: Corn. HEX triplet: FC, E8 and 60. RGB value is (252,232,96). Sum of RGB (Red+Green+Blue) = 252+232+96=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 96 (37.89% from 255 or 16.55% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE860 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE860 is #03179F. Grayscale: #DFDFDF. Windows color (decimal): -202656 or 6351100. OLE color: 6351100.

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

Color convert

RGB 252 232 96 -
CMYK 0 0.08 0.62 0.01
HSL 52.31º 0.96% 0.68% -
HSV(B) 52.31º 0.62% 0.99% -
XYZ 71.11 79.25 22.62 -
YUV 222.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 252 232 96 0 0.08 0.62 0.01 52.31 0.96 0.68
Hex FC E8 60 0 8 3E 1 34 60 44
Octal 374 350 140 0 10 76 1 64 140 104
Binary 11111100 11101000 1100000 0 1000 111110 1 110100 1100000 1000100

Color Harmonies of #FCE860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE860

Black with #FCE860

Text Example


Text Example

White with #FCE860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE860; }

 p { color: rgb(252,232,96); }

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

background-color css

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

 a { background-color: rgb(252,232,96); }

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

border-color css

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

 span { border-color: rgb(252,232,96); }

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