Html Css Color HEX #F29777 Dark Salmon

📋 copy color: '#F29777'

red 242 ◦ green 151 ◦ blue 119

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

Shades of Dark Salmon #F29777

Tints of Dark Salmon #F29777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.49%

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

R = 47.27%
G = 29.49%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F29777 (or 0xF29777) is known color: Dark Salmon. HEX triplet: F2, 97 and 77. RGB value is (242,151,119). Sum of RGB (Red+Green+Blue) = 242+151+119=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F29777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29777 is #0D6888. Grayscale: #AEAEAE. Windows color (decimal): -878729 or 7837682. OLE color: 7837682.

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

Color convert

RGB 242 151 119 -
CMYK 0 0.38 0.51 0.05
HSL 15.61º 0.83% 0.71% -
HSV(B) 15.61º 0.51% 0.95% -
XYZ 51.01 42.34 22.94 -
YUV 174.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 242 151 119 0 0.38 0.51 0.05 15.61 0.83 0.71
Hex F2 97 77 0 26 33 5 10 53 47
Octal 362 227 167 0 46 63 5 20 123 107
Binary 11110010 10010111 1110111 0 100110 110011 101 10000 1010011 1000111

Color Harmonies of #F29777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29777

Black with #F29777

Text Example


Text Example

White with #F29777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29777; }

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

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

background-color css

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

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

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

border-color css

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

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

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