Html Css Color HEX #FADA6F Sweet Corn

📋 copy color: '#FADA6F'

red 250 ◦ green 218 ◦ blue 111

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

Shades of Sweet Corn #FADA6F

Tints of Sweet Corn #FADA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.17%

R = 43.18%
G = 37.65%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FADA6F (or 0xFADA6F) is known color: Sweet Corn. HEX triplet: FA, DA and 6F. RGB value is (250,218,111). Sum of RGB (Red+Green+Blue) = 250+218+111=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA6F is #052590. Grayscale: #D7D7D7. Windows color (decimal): -337297 or 7330554. OLE color: 7330554.

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

Color convert

RGB 250 218 111 -
CMYK 0 0.13 0.56 0.02
HSL 46.19º 0.93% 0.71% -
HSV(B) 46.19º 0.56% 0.98% -
XYZ 67.36 71.61 25.31 -
YUV 215.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 250 218 111 0 0.13 0.56 0.02 46.19 0.93 0.71
Hex FA DA 6F 0 D 38 2 2E 5D 47
Octal 372 332 157 0 15 70 2 56 135 107
Binary 11111010 11011010 1101111 0 1101 111000 10 101110 1011101 1000111

Color Harmonies of #FADA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA6F

Black with #FADA6F

Text Example


Text Example

White with #FADA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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