Html Css Color HEX #F88C72 Salmon

📋 copy color: '#F88C72'

red 248 ◦ green 140 ◦ blue 114

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

Shades of Salmon #F88C72

Tints of Salmon #F88C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 49.4%
G = 27.89%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F88C72 (or 0xF88C72) is known color: Salmon. HEX triplet: F8, 8C and 72. RGB value is (248,140,114). Sum of RGB (Red+Green+Blue) = 248+140+114=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C72 is #07738D. Grayscale: #A9A9A9. Windows color (decimal): -488334 or 7507192. OLE color: 7507192.

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

Color convert

RGB 248 140 114 -
CMYK 0 0.44 0.54 0.03
HSL 11.64º 0.91% 0.71% -
HSV(B) 11.64º 0.54% 0.97% -
XYZ 51.13 39.93 20.93 -
YUV 169.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 248 140 114 0 0.44 0.54 0.03 11.64 0.91 0.71
Hex F8 8C 72 0 2C 36 3 C 5B 47
Octal 370 214 162 0 54 66 3 14 133 107
Binary 11111000 10001100 1110010 0 101100 110110 11 1100 1011011 1000111

Color Harmonies of #F88C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C72

Black with #F88C72

Text Example


Text Example

White with #F88C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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