Html Css Color HEX #F88266 Salmon

📋 copy color: '#F88266'

red 248 ◦ green 130 ◦ blue 102

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

Shades of Salmon #F88266

Tints of Salmon #F88266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.08%

 BLUE value IS 102 (40.23% from 255) = 21.25%

R = 51.67%
G = 27.08%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88266 (or 0xF88266) is known color: Salmon. HEX triplet: F8, 82 and 66. RGB value is (248,130,102). Sum of RGB (Red+Green+Blue) = 248+130+102=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F88266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88266 is #077D99. Grayscale: #A2A2A2. Windows color (decimal): -490906 or 6718200. OLE color: 6718200.

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

Color convert

RGB 248 130 102 -
CMYK 0 0.48 0.59 0.03
HSL 11.51º 0.91% 0.69% -
HSV(B) 11.51º 0.59% 0.97% -
XYZ 49.09 36.88 17.1 -
YUV 162.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 248 130 102 0 0.48 0.59 0.03 11.51 0.91 0.69
Hex F8 82 66 0 30 3B 3 C 5B 45
Octal 370 202 146 0 60 73 3 14 133 105
Binary 11111000 10000010 1100110 0 110000 111011 11 1100 1011011 1000101

Color Harmonies of #F88266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88266

Black with #F88266

Text Example


Text Example

White with #F88266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88266; }

 p { color: rgb(248,130,102); }

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

background-color css

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

 a { background-color: rgb(248,130,102); }

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

border-color css

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

 span { border-color: rgb(248,130,102); }

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