Html Css Color HEX #FAE371 Sweet Corn

📋 copy color: '#FAE371'

red 250 ◦ green 227 ◦ blue 113

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

Shades of Sweet Corn #FAE371

Tints of Sweet Corn #FAE371

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.47%

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

R = 42.37%
G = 38.47%
B = 19.15%

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

#FAE371 (or 0xFAE371) is known color: Sweet Corn. HEX triplet: FA, E3 and 71. RGB value is (250,227,113). Sum of RGB (Red+Green+Blue) = 250+227+113=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE371 is #051C8E. Grayscale: #DDDDDD. Windows color (decimal): -334991 or 7463930. OLE color: 7463930.

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

Color convert

RGB 250 227 113 -
CMYK 0 0.09 0.55 0.02
HSL 49.93º 0.93% 0.71% -
HSV(B) 49.93º 0.55% 0.98% -
XYZ 69.87 76.45 26.7 -
YUV 220.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 250 227 113 0 0.09 0.55 0.02 49.93 0.93 0.71
Hex FA E3 71 0 9 37 2 32 5D 47
Octal 372 343 161 0 11 67 2 62 135 107
Binary 11111010 11100011 1110001 0 1001 110111 10 110010 1011101 1000111

Color Harmonies of #FAE371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE371

Black with #FAE371

Text Example


Text Example

White with #FAE371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE371; }

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

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

background-color css

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

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

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

border-color css

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

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

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