Html Css Color HEX #FFA074 Light Salmon

📋 copy color: '#FFA074'

red 255 ◦ green 160 ◦ blue 116

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

Shades of Light Salmon #FFA074

Tints of Light Salmon #FFA074

RGB

 RED value IS 255 (100% from 255) = 48.02%

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

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 48.02%
G = 30.13%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA074 (or 0xFFA074) is known color: Light Salmon. HEX triplet: FF, A0 and 74. RGB value is (255,160,116). Sum of RGB (Red+Green+Blue) = 255+160+116=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA074 is #005F8B. Grayscale: #B7B7B7. Windows color (decimal): -24460 or 7643391. OLE color: 7643391.

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

Color convert

RGB 255 160 116 -
CMYK 0 0.37 0.55 0
HSL 18.99º 1% 0.73% -
HSV(B) 18.99º 0.55% 1% -
XYZ 56.96 47.66 22.72 -
YUV 183.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 255 160 116 0 0.37 0.55 0 18.99 1 0.73
Hex FF A0 74 0 25 37 0 13 64 49
Octal 377 240 164 0 45 67 0 23 144 111
Binary 11111111 10100000 1110100 0 100101 110111 0 10011 1100100 1001001

Color Harmonies of #FFA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA074

Black with #FFA074

Text Example


Text Example

White with #FFA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA074; }

 p { color: rgb(255,160,116); }

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

background-color css

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

 a { background-color: rgb(255,160,116); }

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

border-color css

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

 span { border-color: rgb(255,160,116); }

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