Html Css Color HEX #F28376 Salmon

📋 copy color: '#F28376'

red 242 ◦ green 131 ◦ blue 118

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

Shades of Salmon #F28376

Tints of Salmon #F28376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

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

R = 49.29%
G = 26.68%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F28376 (or 0xF28376) is known color: Salmon. HEX triplet: F2, 83 and 76. RGB value is (242,131,118). Sum of RGB (Red+Green+Blue) = 242+131+118=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F28376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28376 is #0D7C89. Grayscale: #A2A2A2. Windows color (decimal): -883850 or 7767026. OLE color: 7767026.

HSL color Cylindrical-coordinate representation of color #F28376: hue angle of 6.29º 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 #F28376 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 118 -
CMYK 0 0.46 0.51 0.05
HSL 6.29º 0.83% 0.71% -
HSV(B) 6.29º 0.51% 0.95% -
XYZ 48 36.42 21.64 -
YUV 162.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 242 131 118 0 0.46 0.51 0.05 6.29 0.83 0.71
Hex F2 83 76 0 2E 33 5 6 53 47
Octal 362 203 166 0 56 63 5 6 123 107
Binary 11110010 10000011 1110110 0 101110 110011 101 110 1010011 1000111

Color Harmonies of #F28376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28376

Black with #F28376

Text Example


Text Example

White with #F28376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28376; }

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

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

background-color css

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

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

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

border-color css

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

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

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