Html Css Color HEX #FAE474 Sweet Corn

📋 copy color: '#FAE474'

red 250 ◦ green 228 ◦ blue 116

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

Shades of Sweet Corn #FAE474

Tints of Sweet Corn #FAE474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.53%

R = 42.09%
G = 38.38%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAE474 (or 0xFAE474) is known color: Sweet Corn. HEX triplet: FA, E4 and 74. RGB value is (250,228,116). Sum of RGB (Red+Green+Blue) = 250+228+116=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE474 is #051B8B. Grayscale: #DEDEDE. Windows color (decimal): -334732 or 7660794. OLE color: 7660794.

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

Color convert

RGB 250 228 116 -
CMYK 0 0.09 0.54 0.02
HSL 50.15º 0.93% 0.72% -
HSV(B) 50.15º 0.54% 0.98% -
XYZ 70.32 77.07 27.69 -
YUV 221.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 250 228 116 0 0.09 0.54 0.02 50.15 0.93 0.72
Hex FA E4 74 0 9 36 2 32 5D 48
Octal 372 344 164 0 11 66 2 62 135 110
Binary 11111010 11100100 1110100 0 1001 110110 10 110010 1011101 1001000

Color Harmonies of #FAE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE474

Black with #FAE474

Text Example


Text Example

White with #FAE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE474; }

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

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

background-color css

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

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

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

border-color css

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

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

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