Html Css Color HEX #FADA71 Sweet Corn

📋 copy color: '#FADA71'

red 250 ◦ green 218 ◦ blue 113

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

Shades of Sweet Corn #FADA71

Tints of Sweet Corn #FADA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 43.03%
G = 37.52%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FADA71 (or 0xFADA71) is known color: Sweet Corn. HEX triplet: FA, DA and 71. RGB value is (250,218,113). Sum of RGB (Red+Green+Blue) = 250+218+113=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA71 is #05258E. Grayscale: #D8D8D8. Windows color (decimal): -337295 or 7461626. OLE color: 7461626.

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

Color convert

RGB 250 218 113 -
CMYK 0 0.13 0.55 0.02
HSL 45.99º 0.93% 0.71% -
HSV(B) 45.99º 0.55% 0.98% -
XYZ 67.48 71.66 25.9 -
YUV 215.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 250 218 113 0 0.13 0.55 0.02 45.99 0.93 0.71
Hex FA DA 71 0 D 37 2 2E 5D 47
Octal 372 332 161 0 15 67 2 56 135 107
Binary 11111010 11011010 1110001 0 1101 110111 10 101110 1011101 1000111

Color Harmonies of #FADA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA71

Black with #FADA71

Text Example


Text Example

White with #FADA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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