Html Css Color HEX #FADD79 Sweet Corn

📋 copy color: '#FADD79'

red 250 ◦ green 221 ◦ blue 121

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

Shades of Sweet Corn #FADD79

Tints of Sweet Corn #FADD79

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 121 (47.66% from 255) = 20.44%

R = 42.23%
G = 37.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FADD79 (or 0xFADD79) is known color: Sweet Corn. HEX triplet: FA, DD and 79. RGB value is (250,221,121). Sum of RGB (Red+Green+Blue) = 250+221+121=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 121 (47.66% from 255 or 20.44% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD79 is #052286. Grayscale: #DADADA. Windows color (decimal): -336519 or 7986682. OLE color: 7986682.

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

Color convert

RGB 250 221 121 -
CMYK 0 0.12 0.52 0.02
HSL 46.51º 0.93% 0.73% -
HSV(B) 46.51º 0.52% 0.98% -
XYZ 68.73 73.42 28.64 -
YUV 218.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 250 221 121 0 0.12 0.52 0.02 46.51 0.93 0.73
Hex FA DD 79 0 C 34 2 2F 5D 49
Octal 372 335 171 0 14 64 2 57 135 111
Binary 11111010 11011101 1111001 0 1100 110100 10 101111 1011101 1001001

Color Harmonies of #FADD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD79

Black with #FADD79

Text Example


Text Example

White with #FADD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD79; }

 p { color: rgb(250,221,121); }

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

background-color css

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

 a { background-color: rgb(250,221,121); }

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

border-color css

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

 span { border-color: rgb(250,221,121); }

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