Html Css Color HEX #F9A481 Light Salmon

📋 copy color: '#F9A481'

red 249 ◦ green 164 ◦ blue 129

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

Shades of Light Salmon #F9A481

Tints of Light Salmon #F9A481

RGB

 RED value IS 249 (97.66% from 255) = 45.94%

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 45.94%
G = 30.26%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9A481 (or 0xF9A481) is known color: Light Salmon. HEX triplet: F9, A4 and 81. RGB value is (249,164,129). Sum of RGB (Red+Green+Blue) = 249+164+129=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A481 is #065B7E. Grayscale: #B9B9B9. Windows color (decimal): -416639 or 8496377. OLE color: 8496377.

HSL color Cylindrical-coordinate representation of color #F9A481: hue angle of 17.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9A481 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 164 129 -
CMYK 0 0.34 0.48 0.02
HSL 17.5º 0.91% 0.74% -
HSV(B) 17.5º 0.48% 0.98% -
XYZ 56.3 48.28 27.12 -
YUV 185.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 249 164 129 0 0.34 0.48 0.02 17.5 0.91 0.74
Hex F9 A4 81 0 22 30 2 12 5B 4A
Octal 371 244 201 0 42 60 2 22 133 112
Binary 11111001 10100100 10000001 0 100010 110000 10 10010 1011011 1001010

Color Harmonies of #F9A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A481

Black with #F9A481

Text Example


Text Example

White with #F9A481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A481; }

 p { color: rgb(249,164,129); }

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

background-color css

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

 a { background-color: rgb(249,164,129); }

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

border-color css

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

 span { border-color: rgb(249,164,129); }

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