Html Css Color HEX #FAE174 Sweet Corn

📋 copy color: '#FAE174'

red 250 ◦ green 225 ◦ blue 116

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

Shades of Sweet Corn #FAE174

Tints of Sweet Corn #FAE174

RGB

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

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

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

R = 42.3%
G = 38.07%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAE174 (or 0xFAE174) is known color: Sweet Corn. HEX triplet: FA, E1 and 74. RGB value is (250,225,116). Sum of RGB (Red+Green+Blue) = 250+225+116=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE174 is #051E8B. Grayscale: #DCDCDC. Windows color (decimal): -335500 or 7660026. OLE color: 7660026.

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

Color convert

RGB 250 225 116 -
CMYK 0 0.10 0.54 0.02
HSL 48.81º 0.93% 0.72% -
HSV(B) 48.81º 0.54% 0.98% -
XYZ 69.5 75.44 27.42 -
YUV 220.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 250 225 116 0 0.10 0.54 0.02 48.81 0.93 0.72
Hex FA E1 74 0 A 36 2 31 5D 48
Octal 372 341 164 0 12 66 2 61 135 110
Binary 11111010 11100001 1110100 0 1010 110110 10 110001 1011101 1001000

Color Harmonies of #FAE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE174

Black with #FAE174

Text Example


Text Example

White with #FAE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE174; }

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

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

background-color css

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

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

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

border-color css

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

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

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