Html Css Color HEX #FAA075 Light Salmon

📋 copy color: '#FAA075'

red 250 ◦ green 160 ◦ blue 117

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

Shades of Light Salmon #FAA075

Tints of Light Salmon #FAA075

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

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

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

R = 47.44%
G = 30.36%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FAA075 (or 0xFAA075) is known color: Light Salmon. HEX triplet: FA, A0 and 75. RGB value is (250,160,117). Sum of RGB (Red+Green+Blue) = 250+160+117=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA075 is #055F8A. Grayscale: #B6B6B6. Windows color (decimal): -352139 or 7708922. OLE color: 7708922.

HSL color Cylindrical-coordinate representation of color #FAA075: hue angle of 19.4º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA075 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 160 117 -
CMYK 0 0.36 0.53 0.02
HSL 19.4º 0.93% 0.72% -
HSV(B) 19.4º 0.53% 0.98% -
XYZ 55.21 46.75 22.94 -
YUV 182.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 250 160 117 0 0.36 0.53 0.02 19.4 0.93 0.72
Hex FA A0 75 0 24 35 2 13 5D 48
Octal 372 240 165 0 44 65 2 23 135 110
Binary 11111010 10100000 1110101 0 100100 110101 10 10011 1011101 1001000

Color Harmonies of #FAA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA075

Black with #FAA075

Text Example


Text Example

White with #FAA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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