Html Css Color HEX #F1986E Dark Salmon

📋 copy color: '#F1986E'

red 241 ◦ green 152 ◦ blue 110

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

Shades of Dark Salmon #F1986E

Tints of Dark Salmon #F1986E

RGB

 RED value IS 241 (94.53% from 255) = 47.91%

 GREEN value IS 152 (59.77% from 255) = 30.22%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 47.91%
G = 30.22%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1986E (or 0xF1986E) is known color: Dark Salmon. HEX triplet: F1, 98 and 6E. RGB value is (241,152,110). Sum of RGB (Red+Green+Blue) = 241+152+110=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1986E is #0E6791. Grayscale: #AEAEAE. Windows color (decimal): -944018 or 7248113. OLE color: 7248113.

HSL color Cylindrical-coordinate representation of color #F1986E: hue angle of 19.24º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F1986E is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 152 110 -
CMYK 0 0.37 0.54 0.05
HSL 19.24º 0.82% 0.69% -
HSV(B) 19.24º 0.54% 0.95% -
XYZ 50.32 42.28 20.26 -
YUV 173.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 241 152 110 0 0.37 0.54 0.05 19.24 0.82 0.69
Hex F1 98 6E 0 25 36 5 13 52 45
Octal 361 230 156 0 45 66 5 23 122 105
Binary 11110001 10011000 1101110 0 100101 110110 101 10011 1010010 1000101

Color Harmonies of #F1986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1986E

Black with #F1986E

Text Example


Text Example

White with #F1986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1986E; }

 p { color: rgb(241,152,110); }

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

background-color css

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

 a { background-color: rgb(241,152,110); }

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

border-color css

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

 span { border-color: rgb(241,152,110); }

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