Html Css Color HEX #F89272 Dark Salmon

📋 copy color: '#F89272'

red 248 ◦ green 146 ◦ blue 114

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

Shades of Dark Salmon #F89272

Tints of Dark Salmon #F89272

RGB

 RED value IS 248 (97.27% from 255) = 48.82%

 GREEN value IS 146 (57.42% from 255) = 28.74%

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

R = 48.82%
G = 28.74%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F89272 (or 0xF89272) is known color: Dark Salmon. HEX triplet: F8, 92 and 72. RGB value is (248,146,114). Sum of RGB (Red+Green+Blue) = 248+146+114=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F89272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89272 is #076D8D. Grayscale: #ADADAD. Windows color (decimal): -486798 or 7508728. OLE color: 7508728.

HSL color Cylindrical-coordinate representation of color #F89272: hue angle of 14.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F89272 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 146 114 -
CMYK 0 0.41 0.54 0.03
HSL 14.33º 0.91% 0.71% -
HSV(B) 14.33º 0.54% 0.97% -
XYZ 52.03 41.73 21.23 -
YUV 172.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 248 146 114 0 0.41 0.54 0.03 14.33 0.91 0.71
Hex F8 92 72 0 29 36 3 E 5B 47
Octal 370 222 162 0 51 66 3 16 133 107
Binary 11111000 10010010 1110010 0 101001 110110 11 1110 1011011 1000111

Color Harmonies of #F89272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89272

Black with #F89272

Text Example


Text Example

White with #F89272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89272; }

 p { color: rgb(248,146,114); }

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

background-color css

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

 a { background-color: rgb(248,146,114); }

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

border-color css

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

 span { border-color: rgb(248,146,114); }

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