Html Css Color HEX #F89672 Light Salmon

📋 copy color: '#F89672'

red 248 ◦ green 150 ◦ blue 114

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

Shades of Light Salmon #F89672

Tints of Light Salmon #F89672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 48.44%
G = 29.3%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F89672 (or 0xF89672) is known color: Light Salmon. HEX triplet: F8, 96 and 72. RGB value is (248,150,114). Sum of RGB (Red+Green+Blue) = 248+150+114=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F89672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89672 is #07698D. Grayscale: #AFAFAF. Windows color (decimal): -485774 or 7509752. OLE color: 7509752.

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

Color convert

RGB 248 150 114 -
CMYK 0 0.40 0.54 0.03
HSL 16.12º 0.91% 0.71% -
HSV(B) 16.12º 0.54% 0.97% -
XYZ 52.66 42.98 21.44 -
YUV 175.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 248 150 114 0 0.40 0.54 0.03 16.12 0.91 0.71
Hex F8 96 72 0 28 36 3 10 5B 47
Octal 370 226 162 0 50 66 3 20 133 107
Binary 11111000 10010110 1110010 0 101000 110110 11 10000 1011011 1000111

Color Harmonies of #F89672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89672

Black with #F89672

Text Example


Text Example

White with #F89672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89672; }

 p { color: rgb(248,150,114); }

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

background-color css

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

 a { background-color: rgb(248,150,114); }

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

border-color css

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

 span { border-color: rgb(248,150,114); }

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