Html Css Color HEX #F9A57B Light Salmon

📋 copy color: '#F9A57B'

red 249 ◦ green 165 ◦ blue 123

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

Shades of Light Salmon #F9A57B

Tints of Light Salmon #F9A57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.73%

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

R = 46.37%
G = 30.73%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9A57B (or 0xF9A57B) is known color: Light Salmon. HEX triplet: F9, A5 and 7B. RGB value is (249,165,123). Sum of RGB (Red+Green+Blue) = 249+165+123=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A57B is #065A84. Grayscale: #B9B9B9. Windows color (decimal): -416389 or 8103417. OLE color: 8103417.

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

Color convert

RGB 249 165 123 -
CMYK 0 0.34 0.51 0.02
HSL 20º 0.91% 0.73% -
HSV(B) 20º 0.51% 0.98% -
XYZ 56.1 48.48 25.14 -
YUV 185.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 249 165 123 0 0.34 0.51 0.02 20 0.91 0.73
Hex F9 A5 7B 0 22 33 2 14 5B 49
Octal 371 245 173 0 42 63 2 24 133 111
Binary 11111001 10100101 1111011 0 100010 110011 10 10100 1011011 1001001

Color Harmonies of #F9A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A57B

Black with #F9A57B

Text Example


Text Example

White with #F9A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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