Html Css Color HEX #F89C74 Light Salmon

📋 copy color: '#F89C74'

red 248 ◦ green 156 ◦ blue 116

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

Shades of Light Salmon #F89C74

Tints of Light Salmon #F89C74

RGB

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

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

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

R = 47.69%
G = 30%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F89C74 (or 0xF89C74) is known color: Light Salmon. HEX triplet: F8, 9C and 74. RGB value is (248,156,116). Sum of RGB (Red+Green+Blue) = 248+156+116=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C74 is #07638B. Grayscale: #B3B3B3. Windows color (decimal): -484236 or 7642360. OLE color: 7642360.

HSL color Cylindrical-coordinate representation of color #F89C74: hue angle of 18.18º 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 #F89C74 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 156 116 -
CMYK 0 0.37 0.53 0.03
HSL 18.18º 0.9% 0.71% -
HSV(B) 18.18º 0.53% 0.97% -
XYZ 53.75 44.99 22.37 -
YUV 178.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 248 156 116 0 0.37 0.53 0.03 18.18 0.9 0.71
Hex F8 9C 74 0 25 35 3 12 5A 47
Octal 370 234 164 0 45 65 3 22 132 107
Binary 11111000 10011100 1110100 0 100101 110101 11 10010 1011010 1000111

Color Harmonies of #F89C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89C74

Black with #F89C74

Text Example


Text Example

White with #F89C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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