Html Css Color HEX #F29476 Dark Salmon

📋 copy color: '#F29476'

red 242 ◦ green 148 ◦ blue 118

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

Shades of Dark Salmon #F29476

Tints of Dark Salmon #F29476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

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

R = 47.64%
G = 29.13%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29476 (or 0xF29476) is known color: Dark Salmon. HEX triplet: F2, 94 and 76. RGB value is (242,148,118). Sum of RGB (Red+Green+Blue) = 242+148+118=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F29476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29476 is #0D6B89. Grayscale: #ACACAC. Windows color (decimal): -879498 or 7771378. OLE color: 7771378.

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

Color convert

RGB 242 148 118 -
CMYK 0 0.39 0.51 0.05
HSL 14.52º 0.83% 0.71% -
HSV(B) 14.52º 0.51% 0.95% -
XYZ 50.48 41.37 22.46 -
YUV 172.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 242 148 118 0 0.39 0.51 0.05 14.52 0.83 0.71
Hex F2 94 76 0 27 33 5 F 53 47
Octal 362 224 166 0 47 63 5 17 123 107
Binary 11110010 10010100 1110110 0 100111 110011 101 1111 1010011 1000111

Color Harmonies of #F29476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29476

Black with #F29476

Text Example


Text Example

White with #F29476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29476; }

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

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

background-color css

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

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

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

border-color css

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

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

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