Html Css Color HEX #FADE74 Sweet Corn

📋 copy color: '#FADE74'

red 250 ◦ green 222 ◦ blue 116

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

Shades of Sweet Corn #FADE74

Tints of Sweet Corn #FADE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.73%

R = 42.52%
G = 37.76%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FADE74 (or 0xFADE74) is known color: Sweet Corn. HEX triplet: FA, DE and 74. RGB value is (250,222,116). Sum of RGB (Red+Green+Blue) = 250+222+116=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE74 is #05218B. Grayscale: #DADADA. Windows color (decimal): -336268 or 7659258. OLE color: 7659258.

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

Color convert

RGB 250 222 116 -
CMYK 0 0.11 0.54 0.02
HSL 47.46º 0.93% 0.72% -
HSV(B) 47.46º 0.54% 0.98% -
XYZ 68.7 73.83 27.15 -
YUV 218.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 250 222 116 0 0.11 0.54 0.02 47.46 0.93 0.72
Hex FA DE 74 0 B 36 2 2F 5D 48
Octal 372 336 164 0 13 66 2 57 135 110
Binary 11111010 11011110 1110100 0 1011 110110 10 101111 1011101 1001000

Color Harmonies of #FADE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE74

Black with #FADE74

Text Example


Text Example

White with #FADE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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