Html Css Color HEX #FAE578 Sweet Corn

📋 copy color: '#FAE578'

red 250 ◦ green 229 ◦ blue 120

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

Shades of Sweet Corn #FAE578

Tints of Sweet Corn #FAE578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.03%

R = 41.74%
G = 38.23%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAE578 (or 0xFAE578) is known color: Sweet Corn. HEX triplet: FA, E5 and 78. RGB value is (250,229,120). Sum of RGB (Red+Green+Blue) = 250+229+120=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE578 is #051A87. Grayscale: #DFDFDF. Windows color (decimal): -334472 or 7923194. OLE color: 7923194.

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

Color convert

RGB 250 229 120 -
CMYK 0 0.08 0.52 0.02
HSL 50.31º 0.93% 0.73% -
HSV(B) 50.31º 0.52% 0.98% -
XYZ 70.83 77.72 29.04 -
YUV 222.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 250 229 120 0 0.08 0.52 0.02 50.31 0.93 0.73
Hex FA E5 78 0 8 34 2 32 5D 49
Octal 372 345 170 0 10 64 2 62 135 111
Binary 11111010 11100101 1111000 0 1000 110100 10 110010 1011101 1001001

Color Harmonies of #FAE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE578

Black with #FAE578

Text Example


Text Example

White with #FAE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE578; }

 p { color: rgb(250,229,120); }

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

background-color css

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

 a { background-color: rgb(250,229,120); }

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

border-color css

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

 span { border-color: rgb(250,229,120); }

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