Html Css Color HEX #FAE477 Sweet Corn

📋 copy color: '#FAE477'

red 250 ◦ green 228 ◦ blue 119

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

Shades of Sweet Corn #FAE477

Tints of Sweet Corn #FAE477

RGB

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

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

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

R = 41.88%
G = 38.19%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAE477 (or 0xFAE477) is known color: Sweet Corn. HEX triplet: FA, E4 and 77. RGB value is (250,228,119). Sum of RGB (Red+Green+Blue) = 250+228+119=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 119 (46.88% from 255 or 19.93% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE477 is #051B88. Grayscale: #DEDEDE. Windows color (decimal): -334729 or 7857402. OLE color: 7857402.

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

Color convert

RGB 250 228 119 -
CMYK 0 0.09 0.52 0.02
HSL 49.92º 0.93% 0.72% -
HSV(B) 49.92º 0.52% 0.98% -
XYZ 70.5 77.14 28.63 -
YUV 222.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 250 228 119 0 0.09 0.52 0.02 49.92 0.93 0.72
Hex FA E4 77 0 9 34 2 32 5D 48
Octal 372 344 167 0 11 64 2 62 135 110
Binary 11111010 11100100 1110111 0 1001 110100 10 110010 1011101 1001000

Color Harmonies of #FAE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE477

Black with #FAE477

Text Example


Text Example

White with #FAE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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