Html Css Color HEX #F5A078 Light Salmon

📋 copy color: '#F5A078'

red 245 ◦ green 160 ◦ blue 120

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

Shades of Light Salmon #F5A078

Tints of Light Salmon #F5A078

RGB

 RED value IS 245 (96.09% from 255) = 46.67%

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 120 (47.27% from 255) = 22.86%

R = 46.67%
G = 30.48%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5A078 (or 0xF5A078) is known color: Light Salmon. HEX triplet: F5, A0 and 78. RGB value is (245,160,120). Sum of RGB (Red+Green+Blue) = 245+160+120=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A078 is #0A5F87. Grayscale: #B5B5B5. Windows color (decimal): -679816 or 7905525. OLE color: 7905525.

HSL color Cylindrical-coordinate representation of color #F5A078: hue angle of 19.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5A078 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 160 120 -
CMYK 0 0.35 0.51 0.04
HSL 19.2º 0.86% 0.72% -
HSV(B) 19.2º 0.51% 0.96% -
XYZ 53.62 45.91 23.8 -
YUV 180.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 245 160 120 0 0.35 0.51 0.04 19.2 0.86 0.72
Hex F5 A0 78 0 23 33 4 13 56 48
Octal 365 240 170 0 43 63 4 23 126 110
Binary 11110101 10100000 1111000 0 100011 110011 100 10011 1010110 1001000

Color Harmonies of #F5A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A078

Black with #F5A078

Text Example


Text Example

White with #F5A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A078; }

 p { color: rgb(245,160,120); }

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

background-color css

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

 a { background-color: rgb(245,160,120); }

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

border-color css

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

 span { border-color: rgb(245,160,120); }

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