Html Css Color HEX #FAE882 Sweet Corn

📋 copy color: '#FAE882'

red 250 ◦ green 232 ◦ blue 130

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

Shades of Sweet Corn #FAE882

Tints of Sweet Corn #FAE882

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

 BLUE value IS 130 (51.17% from 255) = 21.24%

R = 40.85%
G = 37.91%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAE882 (or 0xFAE882) is known color: Sweet Corn. HEX triplet: FA, E8 and 82. RGB value is (250,232,130). Sum of RGB (Red+Green+Blue) = 250+232+130=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE882 is #05177D. Grayscale: #E2E2E2. Windows color (decimal): -333694 or 8579322. OLE color: 8579322.

HSL color Cylindrical-coordinate representation of color #FAE882: hue angle of 51º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAE882 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 232 130 -
CMYK 0 0.07 0.48 0.02
HSL 51º 0.92% 0.75% -
HSV(B) 51º 0.48% 0.98% -
XYZ 72.31 79.65 32.68 -
YUV 225.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 250 232 130 0 0.07 0.48 0.02 51 0.92 0.75
Hex FA E8 82 0 7 30 2 33 5C 4B
Octal 372 350 202 0 7 60 2 63 134 113
Binary 11111010 11101000 10000010 0 111 110000 10 110011 1011100 1001011

Color Harmonies of #FAE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE882

Black with #FAE882

Text Example


Text Example

White with #FAE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE882; }

 p { color: rgb(250,232,130); }

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

background-color css

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

 a { background-color: rgb(250,232,130); }

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

border-color css

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

 span { border-color: rgb(250,232,130); }

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