Html Css Color HEX #F8896A Salmon

📋 copy color: '#F8896A'

red 248 ◦ green 137 ◦ blue 106

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

Shades of Salmon #F8896A

Tints of Salmon #F8896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.9%

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 50.51%
G = 27.9%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8896A (or 0xF8896A) is known color: Salmon. HEX triplet: F8, 89 and 6A. RGB value is (248,137,106). Sum of RGB (Red+Green+Blue) = 248+137+106=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8896A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8896A is #077695. Grayscale: #A6A6A6. Windows color (decimal): -489110 or 6982136. OLE color: 6982136.

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

Color convert

RGB 248 137 106 -
CMYK 0 0.45 0.57 0.03
HSL 13.1º 0.91% 0.69% -
HSV(B) 13.1º 0.57% 0.97% -
XYZ 50.26 38.89 18.49 -
YUV 166.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 248 137 106 0 0.45 0.57 0.03 13.1 0.91 0.69
Hex F8 89 6A 0 2D 39 3 D 5B 45
Octal 370 211 152 0 55 71 3 15 133 105
Binary 11111000 10001001 1101010 0 101101 111001 11 1101 1011011 1000101

Color Harmonies of #F8896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8896A

Black with #F8896A

Text Example


Text Example

White with #F8896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8896A; }

 p { color: rgb(248,137,106); }

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

background-color css

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

 a { background-color: rgb(248,137,106); }

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

border-color css

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

 span { border-color: rgb(248,137,106); }

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