Html Css Color HEX #F9A37B Light Salmon

📋 copy color: '#F9A37B'

red 249 ◦ green 163 ◦ blue 123

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

Shades of Light Salmon #F9A37B

Tints of Light Salmon #F9A37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.99%

R = 46.54%
G = 30.47%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9A37B (or 0xF9A37B) is known color: Light Salmon. HEX triplet: F9, A3 and 7B. RGB value is (249,163,123). Sum of RGB (Red+Green+Blue) = 249+163+123=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A37B is #065C84. Grayscale: #B8B8B8. Windows color (decimal): -416901 or 8102905. OLE color: 8102905.

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

Color convert

RGB 249 163 123 -
CMYK 0 0.35 0.51 0.02
HSL 19.05º 0.91% 0.73% -
HSV(B) 19.05º 0.51% 0.98% -
XYZ 55.74 47.76 25.02 -
YUV 184.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 249 163 123 0 0.35 0.51 0.02 19.05 0.91 0.73
Hex F9 A3 7B 0 23 33 2 13 5B 49
Octal 371 243 173 0 43 63 2 23 133 111
Binary 11111001 10100011 1111011 0 100011 110011 10 10011 1011011 1001001

Color Harmonies of #F9A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A37B

Black with #F9A37B

Text Example


Text Example

White with #F9A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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