Html Css Color HEX #F9A081 Light Salmon

📋 copy color: '#F9A081'

red 249 ◦ green 160 ◦ blue 129

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

Shades of Light Salmon #F9A081

Tints of Light Salmon #F9A081

RGB

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

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

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

R = 46.28%
G = 29.74%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9A081 (or 0xF9A081) is known color: Light Salmon. HEX triplet: F9, A0 and 81. RGB value is (249,160,129). Sum of RGB (Red+Green+Blue) = 249+160+129=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A081 is #065F7E. Grayscale: #B7B7B7. Windows color (decimal): -417663 or 8495353. OLE color: 8495353.

HSL color Cylindrical-coordinate representation of color #F9A081: hue angle of 15.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 #F9A081 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 129 -
CMYK 0 0.36 0.48 0.02
HSL 15.5º 0.91% 0.74% -
HSV(B) 15.5º 0.48% 0.98% -
XYZ 55.6 46.87 26.88 -
YUV 183.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 249 160 129 0 0.36 0.48 0.02 15.5 0.91 0.74
Hex F9 A0 81 0 24 30 2 10 5B 4A
Octal 371 240 201 0 44 60 2 20 133 112
Binary 11111001 10100000 10000001 0 100100 110000 10 10000 1011011 1001010

Color Harmonies of #F9A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A081

Black with #F9A081

Text Example


Text Example

White with #F9A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A081; }

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

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

background-color css

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

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

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

border-color css

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

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

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