Html Css Color HEX #F8A780 Light Salmon

📋 copy color: '#F8A780'

red 248 ◦ green 167 ◦ blue 128

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

Shades of Light Salmon #F8A780

Tints of Light Salmon #F8A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.76%

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

R = 45.67%
G = 30.76%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8A780 (or 0xF8A780) is known color: Light Salmon. HEX triplet: F8, A7 and 80. RGB value is (248,167,128). Sum of RGB (Red+Green+Blue) = 248+167+128=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A780 is #07587F. Grayscale: #BBBBBB. Windows color (decimal): -481408 or 8431608. OLE color: 8431608.

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

Color convert

RGB 248 167 128 -
CMYK 0 0.33 0.48 0.03
HSL 19.5º 0.9% 0.74% -
HSV(B) 19.5º 0.48% 0.97% -
XYZ 56.43 49.15 26.94 -
YUV 186.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 248 167 128 0 0.33 0.48 0.03 19.5 0.9 0.74
Hex F8 A7 80 0 21 30 3 14 5A 4A
Octal 370 247 200 0 41 60 3 24 132 112
Binary 11111000 10100111 10000000 0 100001 110000 11 10100 1011010 1001010

Color Harmonies of #F8A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A780

Black with #F8A780

Text Example


Text Example

White with #F8A780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A780; }

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

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

background-color css

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

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

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

border-color css

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

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

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