Html Css Color HEX #FAE16E Sweet Corn

📋 copy color: '#FAE16E'

red 250 ◦ green 225 ◦ blue 110

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

Shades of Sweet Corn #FAE16E

Tints of Sweet Corn #FAE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

 BLUE value IS 110 (43.36% from 255) = 18.8%

R = 42.74%
G = 38.46%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAE16E (or 0xFAE16E) is known color: Sweet Corn. HEX triplet: FA, E1 and 6E. RGB value is (250,225,110). Sum of RGB (Red+Green+Blue) = 250+225+110=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE16E is #051E91. Grayscale: #DBDBDB. Windows color (decimal): -335506 or 7266810. OLE color: 7266810.

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

Color convert

RGB 250 225 110 -
CMYK 0 0.10 0.56 0.02
HSL 49.29º 0.93% 0.71% -
HSV(B) 49.29º 0.56% 0.98% -
XYZ 69.16 75.3 25.64 -
YUV 219.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 250 225 110 0 0.10 0.56 0.02 49.29 0.93 0.71
Hex FA E1 6E 0 A 38 2 31 5D 47
Octal 372 341 156 0 12 70 2 61 135 107
Binary 11111010 11100001 1101110 0 1010 111000 10 110001 1011101 1000111

Color Harmonies of #FAE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE16E

Black with #FAE16E

Text Example


Text Example

White with #FAE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE16E; }

 p { color: rgb(250,225,110); }

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

background-color css

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

 a { background-color: rgb(250,225,110); }

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

border-color css

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

 span { border-color: rgb(250,225,110); }

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