Html Css Color HEX #FAE97C Sweet Corn

📋 copy color: '#FAE97C'

red 250 ◦ green 233 ◦ blue 124

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

Shades of Sweet Corn #FAE97C

Tints of Sweet Corn #FAE97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.39%

 BLUE value IS 124 (48.83% from 255) = 20.43%

R = 41.19%
G = 38.39%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAE97C (or 0xFAE97C) is known color: Sweet Corn. HEX triplet: FA, E9 and 7C. RGB value is (250,233,124). Sum of RGB (Red+Green+Blue) = 250+233+124=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 124 (48.83% from 255 or 20.43% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE97C is #051683. Grayscale: #E2E2E2. Windows color (decimal): -333444 or 8186362. OLE color: 8186362.

HSL color Cylindrical-coordinate representation of color #FAE97C: hue angle of 51.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAE97C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 124 -
CMYK 0 0.07 0.50 0.02
HSL 51.9º 0.93% 0.73% -
HSV(B) 51.9º 0.5% 0.98% -
XYZ 72.2 80.06 30.72 -
YUV 225.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 250 233 124 0 0.07 0.50 0.02 51.9 0.93 0.73
Hex FA E9 7C 0 7 32 2 34 5D 49
Octal 372 351 174 0 7 62 2 64 135 111
Binary 11111010 11101001 1111100 0 111 110010 10 110100 1011101 1001001

Color Harmonies of #FAE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE97C

Black with #FAE97C

Text Example


Text Example

White with #FAE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE97C; }

 p { color: rgb(250,233,124); }

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

background-color css

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

 a { background-color: rgb(250,233,124); }

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

border-color css

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

 span { border-color: rgb(250,233,124); }

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