Html Css Color HEX #FAE07C Sweet Corn

📋 copy color: '#FAE07C'

red 250 ◦ green 224 ◦ blue 124

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

Shades of Sweet Corn #FAE07C

Tints of Sweet Corn #FAE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.46%

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

R = 41.81%
G = 37.46%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAE07C (or 0xFAE07C) is known color: Sweet Corn. HEX triplet: FA, E0 and 7C. RGB value is (250,224,124). Sum of RGB (Red+Green+Blue) = 250+224+124=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 124 (48.83% from 255 or 20.74% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE07C is #051F83. Grayscale: #DCDCDC. Windows color (decimal): -335748 or 8184058. OLE color: 8184058.

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

Color convert

RGB 250 224 124 -
CMYK 0 0.10 0.50 0.02
HSL 47.62º 0.93% 0.73% -
HSV(B) 47.62º 0.5% 0.98% -
XYZ 69.72 75.09 29.89 -
YUV 220.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 250 224 124 0 0.10 0.50 0.02 47.62 0.93 0.73
Hex FA E0 7C 0 A 32 2 30 5D 49
Octal 372 340 174 0 12 62 2 60 135 111
Binary 11111010 11100000 1111100 0 1010 110010 10 110000 1011101 1001001

Color Harmonies of #FAE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE07C

Black with #FAE07C

Text Example


Text Example

White with #FAE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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