Html Css Color HEX #FCE364 Corn

📋 copy color: '#FCE364'

red 252 ◦ green 227 ◦ blue 100

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

Shades of Corn #FCE364

Tints of Corn #FCE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.21%

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

R = 43.52%
G = 39.21%
B = 17.27%

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

#FCE364 (or 0xFCE364) is known color: Corn. HEX triplet: FC, E3 and 64. RGB value is (252,227,100). Sum of RGB (Red+Green+Blue) = 252+227+100=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 100 (39.45% from 255 or 17.27% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE364 is #031C9B. Grayscale: #DCDCDC. Windows color (decimal): -203932 or 6611964. OLE color: 6611964.

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

Color convert

RGB 252 227 100 -
CMYK 0 0.10 0.60 0.01
HSL 50.13º 0.96% 0.69% -
HSV(B) 50.13º 0.6% 0.99% -
XYZ 69.91 76.55 23.15 -
YUV 220 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 252 227 100 0 0.10 0.60 0.01 50.13 0.96 0.69
Hex FC E3 64 0 A 3C 1 32 60 45
Octal 374 343 144 0 12 74 1 62 140 105
Binary 11111100 11100011 1100100 0 1010 111100 1 110010 1100000 1000101

Color Harmonies of #FCE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE364

Black with #FCE364

Text Example


Text Example

White with #FCE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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