Html Css Color HEX #F88568 Salmon

📋 copy color: '#F88568'

red 248 ◦ green 133 ◦ blue 104

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

Shades of Salmon #F88568

Tints of Salmon #F88568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

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

R = 51.13%
G = 27.42%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F88568 (or 0xF88568) is known color: Salmon. HEX triplet: F8, 85 and 68. RGB value is (248,133,104). Sum of RGB (Red+Green+Blue) = 248+133+104=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F88568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88568 is #077A97. Grayscale: #A4A4A4. Windows color (decimal): -490136 or 6850040. OLE color: 6850040.

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

Color convert

RGB 248 133 104 -
CMYK 0 0.46 0.58 0.03
HSL 12.08º 0.91% 0.69% -
HSV(B) 12.08º 0.58% 0.97% -
XYZ 49.6 37.73 17.77 -
YUV 164.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 248 133 104 0 0.46 0.58 0.03 12.08 0.91 0.69
Hex F8 85 68 0 2E 3A 3 C 5B 45
Octal 370 205 150 0 56 72 3 14 133 105
Binary 11111000 10000101 1101000 0 101110 111010 11 1100 1011011 1000101

Color Harmonies of #F88568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88568

Black with #F88568

Text Example


Text Example

White with #F88568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88568; }

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

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

background-color css

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

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

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

border-color css

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

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

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