Html Css Color HEX #FCE564 Corn

📋 copy color: '#FCE564'

red 252 ◦ green 229 ◦ blue 100

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

Shades of Corn #FCE564

Tints of Corn #FCE564

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.41%

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

R = 43.37%
G = 39.41%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCE564 (or 0xFCE564) is known color: Corn. HEX triplet: FC, E5 and 64. RGB value is (252,229,100). Sum of RGB (Red+Green+Blue) = 252+229+100=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 100 (39.45% from 255 or 17.21% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE564 is #031A9B. Grayscale: #DDDDDD. Windows color (decimal): -203420 or 6612476. OLE color: 6612476.

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

Color convert

RGB 252 229 100 -
CMYK 0 0.09 0.60 0.01
HSL 50.92º 0.96% 0.69% -
HSV(B) 50.92º 0.6% 0.99% -
XYZ 70.46 77.65 23.33 -
YUV 221.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 252 229 100 0 0.09 0.60 0.01 50.92 0.96 0.69
Hex FC E5 64 0 9 3C 1 33 60 45
Octal 374 345 144 0 11 74 1 63 140 105
Binary 11111100 11100101 1100100 0 1001 111100 1 110011 1100000 1000101

Color Harmonies of #FCE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE564

Black with #FCE564

Text Example


Text Example

White with #FCE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE564; }

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

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

background-color css

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

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

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

border-color css

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

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

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