Html Css Color HEX #F19674 Dark Salmon

📋 copy color: '#F19674'

red 241 ◦ green 150 ◦ blue 116

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

Shades of Dark Salmon #F19674

Tints of Dark Salmon #F19674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

 BLUE value IS 116 (45.7% from 255) = 22.88%

R = 47.53%
G = 29.59%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F19674 (or 0xF19674) is known color: Dark Salmon. HEX triplet: F1, 96 and 74. RGB value is (241,150,116). Sum of RGB (Red+Green+Blue) = 241+150+116=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F19674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19674 is #0E698B. Grayscale: #ADADAD. Windows color (decimal): -944524 or 7640817. OLE color: 7640817.

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

Color convert

RGB 241 150 116 -
CMYK 0 0.38 0.52 0.05
HSL 16.32º 0.82% 0.7% -
HSV(B) 16.32º 0.52% 0.95% -
XYZ 50.33 41.77 21.93 -
YUV 173.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 241 150 116 0 0.38 0.52 0.05 16.32 0.82 0.7
Hex F1 96 74 0 26 34 5 10 52 46
Octal 361 226 164 0 46 64 5 20 122 106
Binary 11110001 10010110 1110100 0 100110 110100 101 10000 1010010 1000110

Color Harmonies of #F19674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19674

Black with #F19674

Text Example


Text Example

White with #F19674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19674; }

 p { color: rgb(241,150,116); }

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

background-color css

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

 a { background-color: rgb(241,150,116); }

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

border-color css

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

 span { border-color: rgb(241,150,116); }

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