Html Css Color HEX #F87A68 Salmon

📋 copy color: '#F87A68'

red 248 ◦ green 122 ◦ blue 104

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

Shades of Salmon #F87A68

Tints of Salmon #F87A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 52.32%
G = 25.74%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F87A68 (or 0xF87A68) is known color: Salmon. HEX triplet: F8, 7A and 68. RGB value is (248,122,104). Sum of RGB (Red+Green+Blue) = 248+122+104=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A68 is #078597. Grayscale: #9D9D9D. Windows color (decimal): -492952 or 6847224. OLE color: 6847224.

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

Color convert

RGB 248 122 104 -
CMYK 0 0.51 0.58 0.03
HSL 7.5º 0.91% 0.69% -
HSV(B) 7.5º 0.58% 0.97% -
XYZ 48.17 34.88 17.29 -
YUV 157.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 248 122 104 0 0.51 0.58 0.03 7.5 0.91 0.69
Hex F8 7A 68 0 33 3A 3 8 5B 45
Octal 370 172 150 0 63 72 3 10 133 105
Binary 11111000 1111010 1101000 0 110011 111010 11 1000 1011011 1000101

Color Harmonies of #F87A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87A68

Black with #F87A68

Text Example


Text Example

White with #F87A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87A68; }

 p { color: rgb(248,122,104); }

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

background-color css

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

 a { background-color: rgb(248,122,104); }

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

border-color css

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

 span { border-color: rgb(248,122,104); }

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