Html Css Color HEX #F8A880 Light Salmon

📋 copy color: '#F8A880'

red 248 ◦ green 168 ◦ blue 128

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

Shades of Light Salmon #F8A880

Tints of Light Salmon #F8A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 45.59%
G = 30.88%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8A880 (or 0xF8A880) is known color: Light Salmon. HEX triplet: F8, A8 and 80. RGB value is (248,168,128). Sum of RGB (Red+Green+Blue) = 248+168+128=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A880 is #07577F. Grayscale: #BBBBBB. Windows color (decimal): -481152 or 8431864. OLE color: 8431864.

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

Color convert

RGB 248 168 128 -
CMYK 0 0.32 0.48 0.03
HSL 20º 0.9% 0.74% -
HSV(B) 20º 0.48% 0.97% -
XYZ 56.61 49.52 27 -
YUV 187.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 248 168 128 0 0.32 0.48 0.03 20 0.9 0.74
Hex F8 A8 80 0 20 30 3 14 5A 4A
Octal 370 250 200 0 40 60 3 24 132 112
Binary 11111000 10101000 10000000 0 100000 110000 11 10100 1011010 1001010

Color Harmonies of #F8A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A880

Black with #F8A880

Text Example


Text Example

White with #F8A880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A880; }

 p { color: rgb(248,168,128); }

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

background-color css

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

 a { background-color: rgb(248,168,128); }

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

border-color css

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

 span { border-color: rgb(248,168,128); }

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