Html Css Color HEX #FF9A71 Light Salmon

📋 copy color: '#FF9A71'

red 255 ◦ green 154 ◦ blue 113

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

Shades of Light Salmon #FF9A71

Tints of Light Salmon #FF9A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 113 (44.53% from 255) = 21.65%

R = 48.85%
G = 29.5%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF9A71 (or 0xFF9A71) is known color: Light Salmon. HEX triplet: FF, 9A and 71. RGB value is (255,154,113). Sum of RGB (Red+Green+Blue) = 255+154+113=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A71 is #00658E. Grayscale: #B3B3B3. Windows color (decimal): -25999 or 7445247. OLE color: 7445247.

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

Color convert

RGB 255 154 113 -
CMYK 0 0.40 0.56 0
HSL 17.32º 1% 0.72% -
HSV(B) 17.32º 0.56% 1% -
XYZ 55.78 45.56 21.48 -
YUV 179.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 255 154 113 0 0.40 0.56 0 17.32 1 0.72
Hex FF 9A 71 0 28 38 0 11 64 48
Octal 377 232 161 0 50 70 0 21 144 110
Binary 11111111 10011010 1110001 0 101000 111000 0 10001 1100100 1001000

Color Harmonies of #FF9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9A71

Black with #FF9A71

Text Example


Text Example

White with #FF9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9A71; }

 p { color: rgb(255,154,113); }

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

background-color css

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

 a { background-color: rgb(255,154,113); }

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

border-color css

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

 span { border-color: rgb(255,154,113); }

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