Html Css Color HEX #F19672 Dark Salmon

📋 copy color: '#F19672'

red 241 ◦ green 150 ◦ blue 114

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

Shades of Dark Salmon #F19672

Tints of Dark Salmon #F19672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 47.72%
G = 29.7%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F19672 (or 0xF19672) is known color: Dark Salmon. HEX triplet: F1, 96 and 72. RGB value is (241,150,114). Sum of RGB (Red+Green+Blue) = 241+150+114=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F19672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19672 is #0E698D. Grayscale: #ADADAD. Windows color (decimal): -944526 or 7509745. OLE color: 7509745.

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

Color convert

RGB 241 150 114 -
CMYK 0 0.38 0.53 0.05
HSL 17.01º 0.82% 0.7% -
HSV(B) 17.01º 0.53% 0.95% -
XYZ 50.22 41.73 21.33 -
YUV 173.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 241 150 114 0 0.38 0.53 0.05 17.01 0.82 0.7
Hex F1 96 72 0 26 35 5 11 52 46
Octal 361 226 162 0 46 65 5 21 122 106
Binary 11110001 10010110 1110010 0 100110 110101 101 10001 1010010 1000110

Color Harmonies of #F19672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19672

Black with #F19672

Text Example


Text Example

White with #F19672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19672; }

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

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

background-color css

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

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

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

border-color css

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

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

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