Html Css Color HEX #F59C75 Light Salmon

📋 copy color: '#F59C75'

red 245 ◦ green 156 ◦ blue 117

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

Shades of Light Salmon #F59C75

Tints of Light Salmon #F59C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

 BLUE value IS 117 (46.09% from 255) = 22.59%

R = 47.3%
G = 30.12%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F59C75 (or 0xF59C75) is known color: Light Salmon. HEX triplet: F5, 9C and 75. RGB value is (245,156,117). Sum of RGB (Red+Green+Blue) = 245+156+117=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F59C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59C75 is #0A638A. Grayscale: #B2B2B2. Windows color (decimal): -680843 or 7707893. OLE color: 7707893.

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

Color convert

RGB 245 156 117 -
CMYK 0 0.36 0.52 0.04
HSL 18.28º 0.86% 0.71% -
HSV(B) 18.28º 0.52% 0.96% -
XYZ 52.76 44.47 22.63 -
YUV 178.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 245 156 117 0 0.36 0.52 0.04 18.28 0.86 0.71
Hex F5 9C 75 0 24 34 4 12 56 47
Octal 365 234 165 0 44 64 4 22 126 107
Binary 11110101 10011100 1110101 0 100100 110100 100 10010 1010110 1000111

Color Harmonies of #F59C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59C75

Black with #F59C75

Text Example


Text Example

White with #F59C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59C75; }

 p { color: rgb(245,156,117); }

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

background-color css

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

 a { background-color: rgb(245,156,117); }

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

border-color css

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

 span { border-color: rgb(245,156,117); }

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