Html Css Color HEX #FADA73 Sweet Corn

📋 copy color: '#FADA73'

red 250 ◦ green 218 ◦ blue 115

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

Shades of Sweet Corn #FADA73

Tints of Sweet Corn #FADA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.73%

R = 42.88%
G = 37.39%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FADA73 (or 0xFADA73) is known color: Sweet Corn. HEX triplet: FA, DA and 73. RGB value is (250,218,115). Sum of RGB (Red+Green+Blue) = 250+218+115=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA73 is #05258C. Grayscale: #D8D8D8. Windows color (decimal): -337293 or 7592698. OLE color: 7592698.

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

Color convert

RGB 250 218 115 -
CMYK 0 0.13 0.54 0.02
HSL 45.78º 0.93% 0.72% -
HSV(B) 45.78º 0.54% 0.98% -
XYZ 67.59 71.7 26.5 -
YUV 215.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 250 218 115 0 0.13 0.54 0.02 45.78 0.93 0.72
Hex FA DA 73 0 D 36 2 2E 5D 48
Octal 372 332 163 0 15 66 2 56 135 110
Binary 11111010 11011010 1110011 0 1101 110110 10 101110 1011101 1001000

Color Harmonies of #FADA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA73

Black with #FADA73

Text Example


Text Example

White with #FADA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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