Html Css Color HEX #F9A88A Light Salmon

📋 copy color: '#F9A88A'

red 249 ◦ green 168 ◦ blue 138

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

Shades of Light Salmon #F9A88A

Tints of Light Salmon #F9A88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.86%

R = 44.86%
G = 30.27%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9A88A (or 0xF9A88A) is known color: Light Salmon. HEX triplet: F9, A8 and 8A. RGB value is (249,168,138). Sum of RGB (Red+Green+Blue) = 249+168+138=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A88A is #065775. Grayscale: #BDBDBD. Windows color (decimal): -415606 or 9087225. OLE color: 9087225.

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

Color convert

RGB 249 168 138 -
CMYK 0 0.33 0.45 0.02
HSL 16.22º 0.9% 0.76% -
HSV(B) 16.22º 0.45% 0.98% -
XYZ 57.66 49.98 30.65 -
YUV 188.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 249 168 138 0 0.33 0.45 0.02 16.22 0.9 0.76
Hex F9 A8 8A 0 21 2D 2 10 5A 4C
Octal 371 250 212 0 41 55 2 20 132 114
Binary 11111001 10101000 10001010 0 100001 101101 10 10000 1011010 1001100

Color Harmonies of #F9A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A88A

Black with #F9A88A

Text Example


Text Example

White with #F9A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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