Html Css Color HEX #FAE482 Sweet Corn

📋 copy color: '#FAE482'

red 250 ◦ green 228 ◦ blue 130

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

Shades of Sweet Corn #FAE482

Tints of Sweet Corn #FAE482

RGB

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

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

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

R = 41.12%
G = 37.5%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAE482 (or 0xFAE482) is known color: Sweet Corn. HEX triplet: FA, E4 and 82. RGB value is (250,228,130). Sum of RGB (Red+Green+Blue) = 250+228+130=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE482 is #051B7D. Grayscale: #DFDFDF. Windows color (decimal): -334718 or 8578298. OLE color: 8578298.

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

Color convert

RGB 250 228 130 -
CMYK 0 0.09 0.48 0.02
HSL 49º 0.92% 0.75% -
HSV(B) 49º 0.48% 0.98% -
XYZ 71.2 77.42 32.31 -
YUV 223.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 250 228 130 0 0.09 0.48 0.02 49 0.92 0.75
Hex FA E4 82 0 9 30 2 31 5C 4B
Octal 372 344 202 0 11 60 2 61 134 113
Binary 11111010 11100100 10000010 0 1001 110000 10 110001 1011100 1001011

Color Harmonies of #FAE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE482

Black with #FAE482

Text Example


Text Example

White with #FAE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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