Html Css Color HEX #FADE76 Sweet Corn

📋 copy color: '#FADE76'

red 250 ◦ green 222 ◦ blue 118

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

Shades of Sweet Corn #FADE76

Tints of Sweet Corn #FADE76

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.63%

 BLUE value IS 118 (46.48% from 255) = 20%

R = 42.37%
G = 37.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FADE76 (or 0xFADE76) is known color: Sweet Corn. HEX triplet: FA, DE and 76. RGB value is (250,222,118). Sum of RGB (Red+Green+Blue) = 250+222+118=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE76 is #052189. Grayscale: #DADADA. Windows color (decimal): -336266 or 7790330. OLE color: 7790330.

HSL color Cylindrical-coordinate representation of color #FADE76: hue angle of 47.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FADE76 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 118 -
CMYK 0 0.11 0.53 0.02
HSL 47.27º 0.93% 0.72% -
HSV(B) 47.27º 0.53% 0.98% -
XYZ 68.82 73.87 27.77 -
YUV 218.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 250 222 118 0 0.11 0.53 0.02 47.27 0.93 0.72
Hex FA DE 76 0 B 35 2 2F 5D 48
Octal 372 336 166 0 13 65 2 57 135 110
Binary 11111010 11011110 1110110 0 1011 110101 10 101111 1011101 1001000

Color Harmonies of #FADE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE76

Black with #FADE76

Text Example


Text Example

White with #FADE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE76; }

 p { color: rgb(250,222,118); }

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

background-color css

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

 a { background-color: rgb(250,222,118); }

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

border-color css

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

 span { border-color: rgb(250,222,118); }

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