Html Css Color HEX #F28476 Salmon

📋 copy color: '#F28476'

red 242 ◦ green 132 ◦ blue 118

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

Shades of Salmon #F28476

Tints of Salmon #F28476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

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

R = 49.19%
G = 26.83%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F28476 (or 0xF28476) is known color: Salmon. HEX triplet: F2, 84 and 76. RGB value is (242,132,118). Sum of RGB (Red+Green+Blue) = 242+132+118=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28476 is #0D7B89. Grayscale: #A3A3A3. Windows color (decimal): -883594 or 7767282. OLE color: 7767282.

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

Color convert

RGB 242 132 118 -
CMYK 0 0.45 0.51 0.05
HSL 6.77º 0.83% 0.71% -
HSV(B) 6.77º 0.51% 0.95% -
XYZ 48.14 36.69 21.68 -
YUV 163.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 242 132 118 0 0.45 0.51 0.05 6.77 0.83 0.71
Hex F2 84 76 0 2D 33 5 7 53 47
Octal 362 204 166 0 55 63 5 7 123 107
Binary 11110010 10000100 1110110 0 101101 110011 101 111 1010011 1000111

Color Harmonies of #F28476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28476

Black with #F28476

Text Example


Text Example

White with #F28476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28476; }

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

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

background-color css

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

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

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

border-color css

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

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

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