Html Css Color HEX #FAE978 Sweet Corn

📋 copy color: '#FAE978'

red 250 ◦ green 233 ◦ blue 120

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

Shades of Sweet Corn #FAE978

Tints of Sweet Corn #FAE978

RGB

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

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

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

R = 41.46%
G = 38.64%
B = 19.9%

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

#FAE978 (or 0xFAE978) is known color: Sweet Corn. HEX triplet: FA, E9 and 78. RGB value is (250,233,120). Sum of RGB (Red+Green+Blue) = 250+233+120=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE978 is #051687. Grayscale: #E1E1E1. Windows color (decimal): -333448 or 7924218. OLE color: 7924218.

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

Color convert

RGB 250 233 120 -
CMYK 0 0.07 0.52 0.02
HSL 52.15º 0.93% 0.73% -
HSV(B) 52.15º 0.52% 0.98% -
XYZ 71.95 79.96 29.41 -
YUV 225.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 250 233 120 0 0.07 0.52 0.02 52.15 0.93 0.73
Hex FA E9 78 0 7 34 2 34 5D 49
Octal 372 351 170 0 7 64 2 64 135 111
Binary 11111010 11101001 1111000 0 111 110100 10 110100 1011101 1001001

Color Harmonies of #FAE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE978

Black with #FAE978

Text Example


Text Example

White with #FAE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE978; }

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

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

background-color css

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

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

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

border-color css

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

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

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