Html Css Color HEX #F88466 Salmon

📋 copy color: '#F88466'

red 248 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F88466

Tints of Salmon #F88466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 51.45%
G = 27.39%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88466 (or 0xF88466) is known color: Salmon. HEX triplet: F8, 84 and 66. RGB value is (248,132,102). Sum of RGB (Red+Green+Blue) = 248+132+102=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F88466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88466 is #077B99. Grayscale: #A3A3A3. Windows color (decimal): -490394 or 6718712. OLE color: 6718712.

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

Color convert

RGB 248 132 102 -
CMYK 0 0.47 0.59 0.03
HSL 12.33º 0.91% 0.69% -
HSV(B) 12.33º 0.59% 0.97% -
XYZ 49.36 37.42 17.19 -
YUV 163.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 248 132 102 0 0.47 0.59 0.03 12.33 0.91 0.69
Hex F8 84 66 0 2F 3B 3 C 5B 45
Octal 370 204 146 0 57 73 3 14 133 105
Binary 11111000 10000100 1100110 0 101111 111011 11 1100 1011011 1000101

Color Harmonies of #F88466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88466

Black with #F88466

Text Example


Text Example

White with #F88466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88466; }

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

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

background-color css

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

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

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

border-color css

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

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

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