Html Css Color HEX #FADC71 Sweet Corn

📋 copy color: '#FADC71'

red 250 ◦ green 220 ◦ blue 113

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

Shades of Sweet Corn #FADC71

Tints of Sweet Corn #FADC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.38%

R = 42.88%
G = 37.74%
B = 19.38%

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

#FADC71 (or 0xFADC71) is known color: Sweet Corn. HEX triplet: FA, DC and 71. RGB value is (250,220,113). Sum of RGB (Red+Green+Blue) = 250+220+113=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC71 is #05238E. Grayscale: #D9D9D9. Windows color (decimal): -336783 or 7462138. OLE color: 7462138.

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

Color convert

RGB 250 220 113 -
CMYK 0 0.12 0.55 0.02
HSL 46.86º 0.93% 0.71% -
HSV(B) 46.86º 0.55% 0.98% -
XYZ 68 72.7 26.07 -
YUV 216.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 250 220 113 0 0.12 0.55 0.02 46.86 0.93 0.71
Hex FA DC 71 0 C 37 2 2F 5D 47
Octal 372 334 161 0 14 67 2 57 135 107
Binary 11111010 11011100 1110001 0 1100 110111 10 101111 1011101 1000111

Color Harmonies of #FADC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC71

Black with #FADC71

Text Example


Text Example

White with #FADC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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