Html Css Color HEX #F29977 Dark Salmon

📋 copy color: '#F29977'

red 242 ◦ green 153 ◦ blue 119

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

Shades of Dark Salmon #F29977

Tints of Dark Salmon #F29977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.77%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 47.08%
G = 29.77%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29977 (or 0xF29977) is known color: Dark Salmon. HEX triplet: F2, 99 and 77. RGB value is (242,153,119). Sum of RGB (Red+Green+Blue) = 242+153+119=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F29977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29977 is #0D6688. Grayscale: #AFAFAF. Windows color (decimal): -878217 or 7838194. OLE color: 7838194.

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

Color convert

RGB 242 153 119 -
CMYK 0 0.37 0.51 0.05
HSL 16.59º 0.83% 0.71% -
HSV(B) 16.59º 0.51% 0.95% -
XYZ 51.34 42.99 23.05 -
YUV 175.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 242 153 119 0 0.37 0.51 0.05 16.59 0.83 0.71
Hex F2 99 77 0 25 33 5 11 53 47
Octal 362 231 167 0 45 63 5 21 123 107
Binary 11110010 10011001 1110111 0 100101 110011 101 10001 1010011 1000111

Color Harmonies of #F29977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29977

Black with #F29977

Text Example


Text Example

White with #F29977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29977; }

 p { color: rgb(242,153,119); }

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

background-color css

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

 a { background-color: rgb(242,153,119); }

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

border-color css

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

 span { border-color: rgb(242,153,119); }

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