Html Css Color HEX #F1A07B Dark Salmon

📋 copy color: '#F1A07B'

red 241 ◦ green 160 ◦ blue 123

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

Shades of Dark Salmon #F1A07B

Tints of Dark Salmon #F1A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

 BLUE value IS 123 (48.44% from 255) = 23.47%

R = 45.99%
G = 30.53%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1A07B (or 0xF1A07B) is known color: Dark Salmon. HEX triplet: F1, A0 and 7B. RGB value is (241,160,123). Sum of RGB (Red+Green+Blue) = 241+160+123=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A07B is #0E5F84. Grayscale: #B4B4B4. Windows color (decimal): -941957 or 8102129. OLE color: 8102129.

HSL color Cylindrical-coordinate representation of color #F1A07B: hue angle of 18.81º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1A07B is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 160 123 -
CMYK 0 0.34 0.49 0.05
HSL 18.81º 0.81% 0.71% -
HSV(B) 18.81º 0.49% 0.95% -
XYZ 52.42 45.27 24.71 -
YUV 180 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 241 160 123 0 0.34 0.49 0.05 18.81 0.81 0.71
Hex F1 A0 7B 0 22 31 5 13 51 47
Octal 361 240 173 0 42 61 5 23 121 107
Binary 11110001 10100000 1111011 0 100010 110001 101 10011 1010001 1000111

Color Harmonies of #F1A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A07B

Black with #F1A07B

Text Example


Text Example

White with #F1A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A07B; }

 p { color: rgb(241,160,123); }

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

background-color css

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

 a { background-color: rgb(241,160,123); }

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

border-color css

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

 span { border-color: rgb(241,160,123); }

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