Html Css Color HEX #F1876A Salmon

📋 copy color: '#F1876A'

red 241 ◦ green 135 ◦ blue 106

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

Shades of Salmon #F1876A

Tints of Salmon #F1876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.01%

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 50%
G = 28.01%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1876A (or 0xF1876A) is known color: Salmon. HEX triplet: F1, 87 and 6A. RGB value is (241,135,106). Sum of RGB (Red+Green+Blue) = 241+135+106=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1876A is #0E7895. Grayscale: #A3A3A3. Windows color (decimal): -948374 or 6981617. OLE color: 6981617.

HSL color Cylindrical-coordinate representation of color #F1876A: hue angle of 12.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1876A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 106 -
CMYK 0 0.44 0.56 0.05
HSL 12.89º 0.83% 0.68% -
HSV(B) 12.89º 0.56% 0.95% -
XYZ 47.54 37.07 18.29 -
YUV 163.39 95.62 183.36 -
System Red Green Blue C M Y K H S L
Decimal 241 135 106 0 0.44 0.56 0.05 12.89 0.83 0.68
Hex F1 87 6A 0 2C 38 5 D 53 44
Octal 361 207 152 0 54 70 5 15 123 104
Binary 11110001 10000111 1101010 0 101100 111000 101 1101 1010011 1000100

Color Harmonies of #F1876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1876A

Black with #F1876A

Text Example


Text Example

White with #F1876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1876A; }

 p { color: rgb(241,135,106); }

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

background-color css

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

 a { background-color: rgb(241,135,106); }

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

border-color css

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

 span { border-color: rgb(241,135,106); }

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