Html Css Color HEX #FAE471 Sweet Corn

📋 copy color: '#FAE471'

red 250 ◦ green 228 ◦ blue 113

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

Shades of Sweet Corn #FAE471

Tints of Sweet Corn #FAE471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.12%

R = 42.3%
G = 38.58%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAE471 (or 0xFAE471) is known color: Sweet Corn. HEX triplet: FA, E4 and 71. RGB value is (250,228,113). Sum of RGB (Red+Green+Blue) = 250+228+113=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE471 is #051B8E. Grayscale: #DDDDDD. Windows color (decimal): -334735 or 7464186. OLE color: 7464186.

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

Color convert

RGB 250 228 113 -
CMYK 0 0.09 0.55 0.02
HSL 50.36º 0.93% 0.71% -
HSV(B) 50.36º 0.55% 0.98% -
XYZ 70.15 77 26.79 -
YUV 221.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 250 228 113 0 0.09 0.55 0.02 50.36 0.93 0.71
Hex FA E4 71 0 9 37 2 32 5D 47
Octal 372 344 161 0 11 67 2 62 135 107
Binary 11111010 11100100 1110001 0 1001 110111 10 110010 1011101 1000111

Color Harmonies of #FAE471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE471

Black with #FAE471

Text Example


Text Example

White with #FAE471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE471; }

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

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

background-color css

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

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

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

border-color css

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

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

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