Html Css Color HEX #F9A87F Light Salmon

📋 copy color: '#F9A87F'

red 249 ◦ green 168 ◦ blue 127

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

Shades of Light Salmon #F9A87F

Tints of Light Salmon #F9A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

 BLUE value IS 127 (50% from 255) = 23.35%

R = 45.77%
G = 30.88%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9A87F (or 0xF9A87F) is known color: Light Salmon. HEX triplet: F9, A8 and 7F. RGB value is (249,168,127). Sum of RGB (Red+Green+Blue) = 249+168+127=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A87F is #065780. Grayscale: #BBBBBB. Windows color (decimal): -415617 or 8366329. OLE color: 8366329.

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

Color convert

RGB 249 168 127 -
CMYK 0 0.33 0.49 0.02
HSL 20.16º 0.91% 0.74% -
HSV(B) 20.16º 0.49% 0.98% -
XYZ 56.9 49.68 26.67 -
YUV 187.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 249 168 127 0 0.33 0.49 0.02 20.16 0.91 0.74
Hex F9 A8 7F 0 21 31 2 14 5B 4A
Octal 371 250 177 0 41 61 2 24 133 112
Binary 11111001 10101000 1111111 0 100001 110001 10 10100 1011011 1001010

Color Harmonies of #F9A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A87F

Black with #F9A87F

Text Example


Text Example

White with #F9A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A87F; }

 p { color: rgb(249,168,127); }

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

background-color css

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

 a { background-color: rgb(249,168,127); }

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

border-color css

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

 span { border-color: rgb(249,168,127); }

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