Html Css Color HEX #FAE077 Sweet Corn

📋 copy color: '#FAE077'

red 250 ◦ green 224 ◦ blue 119

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

Shades of Sweet Corn #FAE077

Tints of Sweet Corn #FAE077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

 BLUE value IS 119 (46.88% from 255) = 20.07%

R = 42.16%
G = 37.77%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAE077 (or 0xFAE077) is known color: Sweet Corn. HEX triplet: FA, E0 and 77. RGB value is (250,224,119). Sum of RGB (Red+Green+Blue) = 250+224+119=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 119 (46.88% from 255 or 20.07% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE077 is #051F88. Grayscale: #DCDCDC. Windows color (decimal): -335753 or 7856378. OLE color: 7856378.

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

Color convert

RGB 250 224 119 -
CMYK 0 0.10 0.52 0.02
HSL 48.09º 0.93% 0.72% -
HSV(B) 48.09º 0.52% 0.98% -
XYZ 69.41 74.97 28.26 -
YUV 219.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 250 224 119 0 0.10 0.52 0.02 48.09 0.93 0.72
Hex FA E0 77 0 A 34 2 30 5D 48
Octal 372 340 167 0 12 64 2 60 135 110
Binary 11111010 11100000 1110111 0 1010 110100 10 110000 1011101 1001000

Color Harmonies of #FAE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE077

Black with #FAE077

Text Example


Text Example

White with #FAE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE077; }

 p { color: rgb(250,224,119); }

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

background-color css

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

 a { background-color: rgb(250,224,119); }

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

border-color css

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

 span { border-color: rgb(250,224,119); }

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