Html Css Color HEX #F8A686 Light Salmon

📋 copy color: '#F8A686'

red 248 ◦ green 166 ◦ blue 134

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

Shades of Light Salmon #F8A686

Tints of Light Salmon #F8A686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.29%

 BLUE value IS 134 (52.73% from 255) = 24.45%

R = 45.26%
G = 30.29%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8A686 (or 0xF8A686) is known color: Light Salmon. HEX triplet: F8, A6 and 86. RGB value is (248,166,134). Sum of RGB (Red+Green+Blue) = 248+166+134=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A686 is #075979. Grayscale: #BBBBBB. Windows color (decimal): -481658 or 8824568. OLE color: 8824568.

HSL color Cylindrical-coordinate representation of color #F8A686: hue angle of 16.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8A686 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 166 134 -
CMYK 0 0.33 0.46 0.03
HSL 16.84º 0.89% 0.75% -
HSV(B) 16.84º 0.46% 0.97% -
XYZ 56.65 48.95 29.02 -
YUV 186.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 248 166 134 0 0.33 0.46 0.03 16.84 0.89 0.75
Hex F8 A6 86 0 21 2E 3 11 59 4B
Octal 370 246 206 0 41 56 3 21 131 113
Binary 11111000 10100110 10000110 0 100001 101110 11 10001 1011001 1001011

Color Harmonies of #F8A686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A686

Black with #F8A686

Text Example


Text Example

White with #F8A686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A686; }

 p { color: rgb(248,166,134); }

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

background-color css

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

 a { background-color: rgb(248,166,134); }

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

border-color css

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

 span { border-color: rgb(248,166,134); }

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