Html Css Color HEX #FAE459 Corn

📋 copy color: '#FAE459'

red 250 ◦ green 228 ◦ blue 89

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

Shades of Corn #FAE459

Tints of Corn #FAE459

RGB

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

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

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

R = 44.09%
G = 40.21%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAE459 (or 0xFAE459) is known color: Corn. HEX triplet: FA, E4 and 59. RGB value is (250,228,89). Sum of RGB (Red+Green+Blue) = 250+228+89=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 89 (35.16% from 255 or 15.70% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE459 is #051BA6. Grayscale: #DBDBDB. Windows color (decimal): -334759 or 5891322. OLE color: 5891322.

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

Color convert

RGB 250 228 89 -
CMYK 0 0.09 0.64 0.02
HSL 51.8º 0.94% 0.66% -
HSV(B) 51.8º 0.64% 0.98% -
XYZ 68.97 76.53 20.59 -
YUV 218.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 250 228 89 0 0.09 0.64 0.02 51.8 0.94 0.66
Hex FA E4 59 0 9 40 2 34 5E 42
Octal 372 344 131 0 11 100 2 64 136 102
Binary 11111010 11100100 1011001 0 1001 1000000 10 110100 1011110 1000010

Color Harmonies of #FAE459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE459

Black with #FAE459

Text Example


Text Example

White with #FAE459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE459; }

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

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

background-color css

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

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

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

border-color css

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

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

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