Html Css Color HEX #FDA07D Light Salmon

📋 copy color: '#FDA07D'

red 253 ◦ green 160 ◦ blue 125

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

Shades of Light Salmon #FDA07D

Tints of Light Salmon #FDA07D

RGB

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

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

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

R = 47.03%
G = 29.74%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDA07D (or 0xFDA07D) is known color: Light Salmon. HEX triplet: FD, A0 and 7D. RGB value is (253,160,125). Sum of RGB (Red+Green+Blue) = 253+160+125=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA07D is #025F82. Grayscale: #B8B8B8. Windows color (decimal): -155523 or 8233213. OLE color: 8233213.

HSL color Cylindrical-coordinate representation of color #FDA07D: hue angle of 16.41º 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 #FDA07D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 125 -
CMYK 0 0.37 0.51 0.01
HSL 16.41º 0.97% 0.74% -
HSV(B) 16.41º 0.51% 0.99% -
XYZ 56.78 47.5 25.58 -
YUV 183.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 253 160 125 0 0.37 0.51 0.01 16.41 0.97 0.74
Hex FD A0 7D 0 25 33 1 10 61 4A
Octal 375 240 175 0 45 63 1 20 141 112
Binary 11111101 10100000 1111101 0 100101 110011 1 10000 1100001 1001010

Color Harmonies of #FDA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA07D

Black with #FDA07D

Text Example


Text Example

White with #FDA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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