Html Css Color HEX #F59E7D Light Salmon

📋 copy color: '#F59E7D'

red 245 ◦ green 158 ◦ blue 125

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

Shades of Light Salmon #F59E7D

Tints of Light Salmon #F59E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.92%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 46.4%
G = 29.92%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F59E7D (or 0xF59E7D) is known color: Light Salmon. HEX triplet: F5, 9E and 7D. RGB value is (245,158,125). Sum of RGB (Red+Green+Blue) = 245+158+125=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59E7D is #0A6182. Grayscale: #B4B4B4. Windows color (decimal): -680323 or 8232693. OLE color: 8232693.

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

Color convert

RGB 245 158 125 -
CMYK 0 0.36 0.49 0.04
HSL 16.5º 0.86% 0.73% -
HSV(B) 16.5º 0.49% 0.96% -
XYZ 53.58 45.35 25.33 -
YUV 180.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 245 158 125 0 0.36 0.49 0.04 16.5 0.86 0.73
Hex F5 9E 7D 0 24 31 4 10 56 49
Octal 365 236 175 0 44 61 4 20 126 111
Binary 11110101 10011110 1111101 0 100100 110001 100 10000 1010110 1001001

Color Harmonies of #F59E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59E7D

Black with #F59E7D

Text Example


Text Example

White with #F59E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59E7D; }

 p { color: rgb(245,158,125); }

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

background-color css

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

 a { background-color: rgb(245,158,125); }

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

border-color css

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

 span { border-color: rgb(245,158,125); }

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