Html Css Color HEX #F28876 Salmon

📋 copy color: '#F28876'

red 242 ◦ green 136 ◦ blue 118

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

Shades of Salmon #F28876

Tints of Salmon #F28876

RGB

 RED value IS 242 (94.92% from 255) = 48.79%

 GREEN value IS 136 (53.52% from 255) = 27.42%

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 48.79%
G = 27.42%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F28876 (or 0xF28876) is known color: Salmon. HEX triplet: F2, 88 and 76. RGB value is (242,136,118). Sum of RGB (Red+Green+Blue) = 242+136+118=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F28876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28876 is #0D7789. Grayscale: #A5A5A5. Windows color (decimal): -882570 or 7768306. OLE color: 7768306.

HSL color Cylindrical-coordinate representation of color #F28876: hue angle of 8.71º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F28876 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 118 -
CMYK 0 0.44 0.51 0.05
HSL 8.71º 0.83% 0.71% -
HSV(B) 8.71º 0.51% 0.95% -
XYZ 48.69 37.79 21.87 -
YUV 165.64 101.12 182.46 -
System Red Green Blue C M Y K H S L
Decimal 242 136 118 0 0.44 0.51 0.05 8.71 0.83 0.71
Hex F2 88 76 0 2C 33 5 9 53 47
Octal 362 210 166 0 54 63 5 11 123 107
Binary 11110010 10001000 1110110 0 101100 110011 101 1001 1010011 1000111

Color Harmonies of #F28876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28876

Black with #F28876

Text Example


Text Example

White with #F28876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28876; }

 p { color: rgb(242,136,118); }

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

background-color css

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

 a { background-color: rgb(242,136,118); }

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

border-color css

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

 span { border-color: rgb(242,136,118); }

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