Html Css Color HEX #F89B74 Light Salmon

📋 copy color: '#F89B74'

red 248 ◦ green 155 ◦ blue 116

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

Shades of Light Salmon #F89B74

Tints of Light Salmon #F89B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 47.78%
G = 29.87%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F89B74 (or 0xF89B74) is known color: Light Salmon. HEX triplet: F8, 9B and 74. RGB value is (248,155,116). Sum of RGB (Red+Green+Blue) = 248+155+116=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B74 is #07648B. Grayscale: #B2B2B2. Windows color (decimal): -484492 or 7642104. OLE color: 7642104.

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

Color convert

RGB 248 155 116 -
CMYK 0 0.38 0.53 0.03
HSL 17.73º 0.9% 0.71% -
HSV(B) 17.73º 0.53% 0.97% -
XYZ 53.59 44.66 22.32 -
YUV 178.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 248 155 116 0 0.38 0.53 0.03 17.73 0.9 0.71
Hex F8 9B 74 0 26 35 3 12 5A 47
Octal 370 233 164 0 46 65 3 22 132 107
Binary 11111000 10011011 1110100 0 100110 110101 11 10010 1011010 1000111

Color Harmonies of #F89B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89B74

Black with #F89B74

Text Example


Text Example

White with #F89B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89B74; }

 p { color: rgb(248,155,116); }

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

background-color css

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

 a { background-color: rgb(248,155,116); }

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

border-color css

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

 span { border-color: rgb(248,155,116); }

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