Html Css Color HEX #FADC79 Sweet Corn

📋 copy color: '#FADC79'

red 250 ◦ green 220 ◦ blue 121

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

Shades of Sweet Corn #FADC79

Tints of Sweet Corn #FADC79

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

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

R = 42.3%
G = 37.23%
B = 20.47%

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

#FADC79 (or 0xFADC79) is known color: Sweet Corn. HEX triplet: FA, DC and 79. RGB value is (250,220,121). Sum of RGB (Red+Green+Blue) = 250+220+121=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 121 (47.66% from 255 or 20.47% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC79 is #052386. Grayscale: #DADADA. Windows color (decimal): -336775 or 7986426. OLE color: 7986426.

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

Color convert

RGB 250 220 121 -
CMYK 0 0.12 0.52 0.02
HSL 46.05º 0.93% 0.73% -
HSV(B) 46.05º 0.52% 0.98% -
XYZ 68.47 72.89 28.55 -
YUV 217.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 250 220 121 0 0.12 0.52 0.02 46.05 0.93 0.73
Hex FA DC 79 0 C 34 2 2E 5D 49
Octal 372 334 171 0 14 64 2 56 135 111
Binary 11111010 11011100 1111001 0 1100 110100 10 101110 1011101 1001001

Color Harmonies of #FADC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC79

Black with #FADC79

Text Example


Text Example

White with #FADC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC79; }

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

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

background-color css

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

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

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

border-color css

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

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

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