Html Css Color HEX #F88874 Salmon

📋 copy color: '#F88874'

red 248 ◦ green 136 ◦ blue 116

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

Shades of Salmon #F88874

Tints of Salmon #F88874

RGB

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

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

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

R = 49.6%
G = 27.2%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F88874 (or 0xF88874) is known color: Salmon. HEX triplet: F8, 88 and 74. RGB value is (248,136,116). Sum of RGB (Red+Green+Blue) = 248+136+116=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F88874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88874 is #07778B. Grayscale: #A7A7A7. Windows color (decimal): -489356 or 7637240. OLE color: 7637240.

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

Color convert

RGB 248 136 116 -
CMYK 0 0.45 0.53 0.03
HSL 9.09º 0.9% 0.71% -
HSV(B) 9.09º 0.53% 0.97% -
XYZ 50.67 38.83 21.35 -
YUV 167.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 248 136 116 0 0.45 0.53 0.03 9.09 0.9 0.71
Hex F8 88 74 0 2D 35 3 9 5A 47
Octal 370 210 164 0 55 65 3 11 132 107
Binary 11111000 10001000 1110100 0 101101 110101 11 1001 1011010 1000111

Color Harmonies of #F88874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88874

Black with #F88874

Text Example


Text Example

White with #F88874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88874; }

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

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

background-color css

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

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

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

border-color css

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

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

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