Html Css Color HEX #FD9E7D Light Salmon

📋 copy color: '#FD9E7D'

red 253 ◦ green 158 ◦ blue 125

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

Shades of Light Salmon #FD9E7D

Tints of Light Salmon #FD9E7D

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

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

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

R = 47.2%
G = 29.48%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD9E7D (or 0xFD9E7D) is known color: Light Salmon. HEX triplet: FD, 9E and 7D. RGB value is (253,158,125). Sum of RGB (Red+Green+Blue) = 253+158+125=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9E7D is #026182. Grayscale: #B6B6B6. Windows color (decimal): -156035 or 8232701. OLE color: 8232701.

HSL color Cylindrical-coordinate representation of color #FD9E7D: hue angle of 15.47º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD9E7D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 158 125 -
CMYK 0 0.38 0.51 0.01
HSL 15.47º 0.97% 0.74% -
HSV(B) 15.47º 0.51% 0.99% -
XYZ 56.44 46.82 25.46 -
YUV 182.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 253 158 125 0 0.38 0.51 0.01 15.47 0.97 0.74
Hex FD 9E 7D 0 26 33 1 F 61 4A
Octal 375 236 175 0 46 63 1 17 141 112
Binary 11111101 10011110 1111101 0 100110 110011 1 1111 1100001 1001010

Color Harmonies of #FD9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9E7D

Black with #FD9E7D

Text Example


Text Example

White with #FD9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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