Html Css Color HEX #FADC70 Sweet Corn

📋 copy color: '#FADC70'

red 250 ◦ green 220 ◦ blue 112

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

Shades of Sweet Corn #FADC70

Tints of Sweet Corn #FADC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.24%

R = 42.96%
G = 37.8%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FADC70 (or 0xFADC70) is known color: Sweet Corn. HEX triplet: FA, DC and 70. RGB value is (250,220,112). Sum of RGB (Red+Green+Blue) = 250+220+112=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC70 is #05238F. Grayscale: #D9D9D9. Windows color (decimal): -336784 or 7396602. OLE color: 7396602.

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

Color convert

RGB 250 220 112 -
CMYK 0 0.12 0.55 0.02
HSL 46.96º 0.93% 0.71% -
HSV(B) 46.96º 0.55% 0.98% -
XYZ 67.94 72.68 25.78 -
YUV 216.66 68.94 151.78 -
System Red Green Blue C M Y K H S L
Decimal 250 220 112 0 0.12 0.55 0.02 46.96 0.93 0.71
Hex FA DC 70 0 C 37 2 2F 5D 47
Octal 372 334 160 0 14 67 2 57 135 107
Binary 11111010 11011100 1110000 0 1100 110111 10 101111 1011101 1000111

Color Harmonies of #FADC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC70

Black with #FADC70

Text Example


Text Example

White with #FADC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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