Html Css Color HEX #F89072 Dark Salmon

📋 copy color: '#F89072'

red 248 ◦ green 144 ◦ blue 114

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

Shades of Dark Salmon #F89072

Tints of Dark Salmon #F89072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

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

R = 49.01%
G = 28.46%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F89072 (or 0xF89072) is known color: Dark Salmon. HEX triplet: F8, 90 and 72. RGB value is (248,144,114). Sum of RGB (Red+Green+Blue) = 248+144+114=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F89072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89072 is #076F8D. Grayscale: #ABABAB. Windows color (decimal): -487310 or 7508216. OLE color: 7508216.

HSL color Cylindrical-coordinate representation of color #F89072: hue angle of 13.43º 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 #F89072 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 114 -
CMYK 0 0.42 0.54 0.03
HSL 13.43º 0.91% 0.71% -
HSV(B) 13.43º 0.54% 0.97% -
XYZ 51.72 41.12 21.13 -
YUV 171.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 248 144 114 0 0.42 0.54 0.03 13.43 0.91 0.71
Hex F8 90 72 0 2A 36 3 D 5B 47
Octal 370 220 162 0 52 66 3 15 133 107
Binary 11111000 10010000 1110010 0 101010 110110 11 1101 1011011 1000111

Color Harmonies of #F89072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89072

Black with #F89072

Text Example


Text Example

White with #F89072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89072; }

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

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

background-color css

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

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

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

border-color css

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

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

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