Html Css Color HEX #F88872 Salmon

📋 copy color: '#F88872'

red 248 ◦ green 136 ◦ blue 114

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

Shades of Salmon #F88872

Tints of Salmon #F88872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.31%

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

R = 49.8%
G = 27.31%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88872 (or 0xF88872) is known color: Salmon. HEX triplet: F8, 88 and 72. RGB value is (248,136,114). Sum of RGB (Red+Green+Blue) = 248+136+114=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F88872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88872 is #07778D. Grayscale: #A7A7A7. Windows color (decimal): -489358 or 7506168. OLE color: 7506168.

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

Color convert

RGB 248 136 114 -
CMYK 0 0.45 0.54 0.03
HSL 9.85º 0.91% 0.71% -
HSV(B) 9.85º 0.54% 0.97% -
XYZ 50.55 38.78 20.74 -
YUV 166.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 248 136 114 0 0.45 0.54 0.03 9.85 0.91 0.71
Hex F8 88 72 0 2D 36 3 A 5B 47
Octal 370 210 162 0 55 66 3 12 133 107
Binary 11111000 10001000 1110010 0 101101 110110 11 1010 1011011 1000111

Color Harmonies of #F88872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88872

Black with #F88872

Text Example


Text Example

White with #F88872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88872; }

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

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

background-color css

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

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

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

border-color css

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

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

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