Html Css Color HEX #F59D7A Light Salmon

📋 copy color: '#F59D7A'

red 245 ◦ green 157 ◦ blue 122

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

Shades of Light Salmon #F59D7A

Tints of Light Salmon #F59D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

 BLUE value IS 122 (48.05% from 255) = 23.28%

R = 46.76%
G = 29.96%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F59D7A (or 0xF59D7A) is known color: Light Salmon. HEX triplet: F5, 9D and 7A. RGB value is (245,157,122). Sum of RGB (Red+Green+Blue) = 245+157+122=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59D7A is #0A6285. Grayscale: #B3B3B3. Windows color (decimal): -680582 or 8035829. OLE color: 8035829.

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

Color convert

RGB 245 157 122 -
CMYK 0 0.36 0.50 0.04
HSL 17.07º 0.86% 0.72% -
HSV(B) 17.07º 0.5% 0.96% -
XYZ 53.23 44.93 24.28 -
YUV 179.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 245 157 122 0 0.36 0.50 0.04 17.07 0.86 0.72
Hex F5 9D 7A 0 24 32 4 11 56 48
Octal 365 235 172 0 44 62 4 21 126 110
Binary 11110101 10011101 1111010 0 100100 110010 100 10001 1010110 1001000

Color Harmonies of #F59D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59D7A

Black with #F59D7A

Text Example


Text Example

White with #F59D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59D7A; }

 p { color: rgb(245,157,122); }

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

background-color css

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

 a { background-color: rgb(245,157,122); }

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

border-color css

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

 span { border-color: rgb(245,157,122); }

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