Html Css Color HEX #F9A77C Light Salmon

📋 copy color: '#F9A77C'

red 249 ◦ green 167 ◦ blue 124

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

Shades of Light Salmon #F9A77C

Tints of Light Salmon #F9A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 46.11%
G = 30.93%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9A77C (or 0xF9A77C) is known color: Light Salmon. HEX triplet: F9, A7 and 7C. RGB value is (249,167,124). Sum of RGB (Red+Green+Blue) = 249+167+124=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A77C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A77C is #065883. Grayscale: #BABABA. Windows color (decimal): -415876 or 8169465. OLE color: 8169465.

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

Color convert

RGB 249 167 124 -
CMYK 0 0.33 0.50 0.02
HSL 20.64º 0.91% 0.73% -
HSV(B) 20.64º 0.5% 0.98% -
XYZ 56.52 49.23 25.59 -
YUV 186.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 249 167 124 0 0.33 0.50 0.02 20.64 0.91 0.73
Hex F9 A7 7C 0 21 32 2 15 5B 49
Octal 371 247 174 0 41 62 2 25 133 111
Binary 11111001 10100111 1111100 0 100001 110010 10 10101 1011011 1001001

Color Harmonies of #F9A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A77C

Black with #F9A77C

Text Example


Text Example

White with #F9A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A77C; }

 p { color: rgb(249,167,124); }

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

background-color css

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

 a { background-color: rgb(249,167,124); }

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

border-color css

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

 span { border-color: rgb(249,167,124); }

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