Html Css Color HEX #FAE979 Sweet Corn

📋 copy color: '#FAE979'

red 250 ◦ green 233 ◦ blue 121

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

Shades of Sweet Corn #FAE979

Tints of Sweet Corn #FAE979

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.58%

 BLUE value IS 121 (47.66% from 255) = 20.03%

R = 41.39%
G = 38.58%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAE979 (or 0xFAE979) is known color: Sweet Corn. HEX triplet: FA, E9 and 79. RGB value is (250,233,121). Sum of RGB (Red+Green+Blue) = 250+233+121=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 121 (47.66% from 255 or 20.03% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE979 is #051686. Grayscale: #E1E1E1. Windows color (decimal): -333447 or 7989754. OLE color: 7989754.

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

Color convert

RGB 250 233 121 -
CMYK 0 0.07 0.52 0.02
HSL 52.09º 0.93% 0.73% -
HSV(B) 52.09º 0.52% 0.98% -
XYZ 72.01 79.98 29.73 -
YUV 225.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 250 233 121 0 0.07 0.52 0.02 52.09 0.93 0.73
Hex FA E9 79 0 7 34 2 34 5D 49
Octal 372 351 171 0 7 64 2 64 135 111
Binary 11111010 11101001 1111001 0 111 110100 10 110100 1011101 1001001

Color Harmonies of #FAE979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE979

Black with #FAE979

Text Example


Text Example

White with #FAE979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE979; }

 p { color: rgb(250,233,121); }

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

background-color css

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

 a { background-color: rgb(250,233,121); }

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

border-color css

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

 span { border-color: rgb(250,233,121); }

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