Html Css Color HEX #F9A381 Light Salmon

📋 copy color: '#F9A381'

red 249 ◦ green 163 ◦ blue 129

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

Shades of Light Salmon #F9A381

Tints of Light Salmon #F9A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.13%

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

R = 46.03%
G = 30.13%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9A381 (or 0xF9A381) is known color: Light Salmon. HEX triplet: F9, A3 and 81. RGB value is (249,163,129). Sum of RGB (Red+Green+Blue) = 249+163+129=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A381 is #065C7E. Grayscale: #B9B9B9. Windows color (decimal): -416895 or 8496121. OLE color: 8496121.

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

Color convert

RGB 249 163 129 -
CMYK 0 0.35 0.48 0.02
HSL 17º 0.91% 0.74% -
HSV(B) 17º 0.48% 0.98% -
XYZ 56.13 47.92 27.06 -
YUV 184.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 249 163 129 0 0.35 0.48 0.02 17 0.91 0.74
Hex F9 A3 81 0 23 30 2 11 5B 4A
Octal 371 243 201 0 43 60 2 21 133 112
Binary 11111001 10100011 10000001 0 100011 110000 10 10001 1011011 1001010

Color Harmonies of #F9A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A381

Black with #F9A381

Text Example


Text Example

White with #F9A381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A381; }

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

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

background-color css

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

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

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

border-color css

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

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

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