Html Css Color HEX #F29076 Dark Salmon

📋 copy color: '#F29076'

red 242 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #F29076

Tints of Dark Salmon #F29076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.57%

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

R = 48.02%
G = 28.57%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29076 (or 0xF29076) is known color: Dark Salmon. HEX triplet: F2, 90 and 76. RGB value is (242,144,118). Sum of RGB (Red+Green+Blue) = 242+144+118=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F29076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29076 is #0D6F89. Grayscale: #AAAAAA. Windows color (decimal): -880522 or 7770354. OLE color: 7770354.

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

Color convert

RGB 242 144 118 -
CMYK 0 0.40 0.51 0.05
HSL 12.58º 0.83% 0.71% -
HSV(B) 12.58º 0.51% 0.95% -
XYZ 49.86 40.13 22.26 -
YUV 170.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 242 144 118 0 0.40 0.51 0.05 12.58 0.83 0.71
Hex F2 90 76 0 28 33 5 D 53 47
Octal 362 220 166 0 50 63 5 15 123 107
Binary 11110010 10010000 1110110 0 101000 110011 101 1101 1010011 1000111

Color Harmonies of #F29076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29076

Black with #F29076

Text Example


Text Example

White with #F29076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29076; }

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

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

background-color css

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

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

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

border-color css

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

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

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