Html Css Color HEX #FAE859 Corn

📋 copy color: '#FAE859'

red 250 ◦ green 232 ◦ blue 89

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

Shades of Corn #FAE859

Tints of Corn #FAE859

RGB

 RED value IS 250 (98.05% from 255) = 43.78%

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

 BLUE value IS 89 (35.16% from 255) = 15.59%

R = 43.78%
G = 40.63%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAE859 (or 0xFAE859) is known color: Corn. HEX triplet: FA, E8 and 59. RGB value is (250,232,89). Sum of RGB (Red+Green+Blue) = 250+232+89=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 89 (35.16% from 255 or 15.59% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE859 is #0517A6. Grayscale: #DDDDDD. Windows color (decimal): -333735 or 5892346. OLE color: 5892346.

HSL color Cylindrical-coordinate representation of color #FAE859: hue angle of 53.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAE859 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 232 89 -
CMYK 0 0.07 0.64 0.02
HSL 53.29º 0.94% 0.66% -
HSV(B) 53.29º 0.64% 0.98% -
XYZ 70.08 78.76 20.96 -
YUV 221.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 250 232 89 0 0.07 0.64 0.02 53.29 0.94 0.66
Hex FA E8 59 0 7 40 2 35 5E 42
Octal 372 350 131 0 7 100 2 65 136 102
Binary 11111010 11101000 1011001 0 111 1000000 10 110101 1011110 1000010

Color Harmonies of #FAE859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE859

Black with #FAE859

Text Example


Text Example

White with #FAE859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE859; }

 p { color: rgb(250,232,89); }

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

background-color css

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

 a { background-color: rgb(250,232,89); }

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

border-color css

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

 span { border-color: rgb(250,232,89); }

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