Html Css Color HEX #F89C7A Light Salmon

📋 copy color: '#F89C7A'

red 248 ◦ green 156 ◦ blue 122

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

Shades of Light Salmon #F89C7A

Tints of Light Salmon #F89C7A

RGB

 RED value IS 248 (97.27% from 255) = 47.15%

 GREEN value IS 156 (61.33% from 255) = 29.66%

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 47.15%
G = 29.66%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F89C7A (or 0xF89C7A) is known color: Light Salmon. HEX triplet: F8, 9C and 7A. RGB value is (248,156,122). Sum of RGB (Red+Green+Blue) = 248+156+122=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C7A is #076385. Grayscale: #B3B3B3. Windows color (decimal): -484230 or 8035576. OLE color: 8035576.

HSL color Cylindrical-coordinate representation of color #F89C7A: hue angle of 16.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F89C7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 156 122 -
CMYK 0 0.37 0.51 0.03
HSL 16.19º 0.9% 0.73% -
HSV(B) 16.19º 0.51% 0.97% -
XYZ 54.11 45.14 24.27 -
YUV 179.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 248 156 122 0 0.37 0.51 0.03 16.19 0.9 0.73
Hex F8 9C 7A 0 25 33 3 10 5A 49
Octal 370 234 172 0 45 63 3 20 132 111
Binary 11111000 10011100 1111010 0 100101 110011 11 10000 1011010 1001001

Color Harmonies of #F89C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89C7A

Black with #F89C7A

Text Example


Text Example

White with #F89C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89C7A; }

 p { color: rgb(248,156,122); }

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

background-color css

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

 a { background-color: rgb(248,156,122); }

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

border-color css

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

 span { border-color: rgb(248,156,122); }

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