Html Css Color HEX #FDA075 Light Salmon

📋 copy color: '#FDA075'

red 253 ◦ green 160 ◦ blue 117

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

Shades of Light Salmon #FDA075

Tints of Light Salmon #FDA075

RGB

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

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

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

R = 47.74%
G = 30.19%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDA075 (or 0xFDA075) is known color: Light Salmon. HEX triplet: FD, A0 and 75. RGB value is (253,160,117). Sum of RGB (Red+Green+Blue) = 253+160+117=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA075 is #025F8A. Grayscale: #B7B7B7. Windows color (decimal): -155531 or 7708925. OLE color: 7708925.

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

Color convert

RGB 253 160 117 -
CMYK 0 0.37 0.54 0.01
HSL 18.97º 0.97% 0.73% -
HSV(B) 18.97º 0.54% 0.99% -
XYZ 56.29 47.31 22.99 -
YUV 182.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 253 160 117 0 0.37 0.54 0.01 18.97 0.97 0.73
Hex FD A0 75 0 25 36 1 13 61 49
Octal 375 240 165 0 45 66 1 23 141 111
Binary 11111101 10100000 1110101 0 100101 110110 1 10011 1100001 1001001

Color Harmonies of #FDA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA075

Black with #FDA075

Text Example


Text Example

White with #FDA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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