Html Css Color HEX #F9A78A Light Salmon

📋 copy color: '#F9A78A'

red 249 ◦ green 167 ◦ blue 138

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

Shades of Light Salmon #F9A78A

Tints of Light Salmon #F9A78A

RGB

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

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

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

R = 44.95%
G = 30.14%
B = 24.91%

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

#F9A78A (or 0xF9A78A) is known color: Light Salmon. HEX triplet: F9, A7 and 8A. RGB value is (249,167,138). Sum of RGB (Red+Green+Blue) = 249+167+138=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A78A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A78A is #065875. Grayscale: #BCBCBC. Windows color (decimal): -415862 or 9086969. OLE color: 9086969.

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

Color convert

RGB 249 167 138 -
CMYK 0 0.33 0.45 0.02
HSL 15.68º 0.9% 0.76% -
HSV(B) 15.68º 0.45% 0.98% -
XYZ 57.47 49.61 30.59 -
YUV 188.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 249 167 138 0 0.33 0.45 0.02 15.68 0.9 0.76
Hex F9 A7 8A 0 21 2D 2 10 5A 4C
Octal 371 247 212 0 41 55 2 20 132 114
Binary 11111001 10100111 10001010 0 100001 101101 10 10000 1011010 1001100

Color Harmonies of #F9A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A78A

Black with #F9A78A

Text Example


Text Example

White with #F9A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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