Html Css Color HEX #FAE780 Sweet Corn

📋 copy color: '#FAE780'

red 250 ◦ green 231 ◦ blue 128

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

Shades of Sweet Corn #FAE780

Tints of Sweet Corn #FAE780

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.93%

 BLUE value IS 128 (50.39% from 255) = 21.02%

R = 41.05%
G = 37.93%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAE780 (or 0xFAE780) is known color: Sweet Corn. HEX triplet: FA, E7 and 80. RGB value is (250,231,128). Sum of RGB (Red+Green+Blue) = 250+231+128=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE780 is #05187F. Grayscale: #E1E1E1. Windows color (decimal): -333952 or 8447994. OLE color: 8447994.

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

Color convert

RGB 250 231 128 -
CMYK 0 0.08 0.49 0.02
HSL 50.66º 0.92% 0.74% -
HSV(B) 50.66º 0.49% 0.98% -
XYZ 71.9 79.03 31.89 -
YUV 224.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 250 231 128 0 0.08 0.49 0.02 50.66 0.92 0.74
Hex FA E7 80 0 8 31 2 33 5C 4A
Octal 372 347 200 0 10 61 2 63 134 112
Binary 11111010 11100111 10000000 0 1000 110001 10 110011 1011100 1001010

Color Harmonies of #FAE780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE780

Black with #FAE780

Text Example


Text Example

White with #FAE780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE780; }

 p { color: rgb(250,231,128); }

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

background-color css

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

 a { background-color: rgb(250,231,128); }

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

border-color css

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

 span { border-color: rgb(250,231,128); }

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