Html Css Color HEX #F9A485 Light Salmon

📋 copy color: '#F9A485'

red 249 ◦ green 164 ◦ blue 133

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

Shades of Light Salmon #F9A485

Tints of Light Salmon #F9A485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.36%

R = 45.6%
G = 30.04%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F9A485 (or 0xF9A485) is known color: Light Salmon. HEX triplet: F9, A4 and 85. RGB value is (249,164,133). Sum of RGB (Red+Green+Blue) = 249+164+133=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A485 is #065B7A. Grayscale: #BABABA. Windows color (decimal): -416635 or 8758521. OLE color: 8758521.

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

Color convert

RGB 249 164 133 -
CMYK 0 0.34 0.47 0.02
HSL 16.03º 0.91% 0.75% -
HSV(B) 16.03º 0.47% 0.98% -
XYZ 56.58 48.38 28.55 -
YUV 185.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 249 164 133 0 0.34 0.47 0.02 16.03 0.91 0.75
Hex F9 A4 85 0 22 2F 2 10 5B 4B
Octal 371 244 205 0 42 57 2 20 133 113
Binary 11111001 10100100 10000101 0 100010 101111 10 10000 1011011 1001011

Color Harmonies of #F9A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A485

Black with #F9A485

Text Example


Text Example

White with #F9A485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A485; }

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

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

background-color css

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

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

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

border-color css

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

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

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