Html Css Color HEX #F29875 Dark Salmon

📋 copy color: '#F29875'

red 242 ◦ green 152 ◦ blue 117

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

Shades of Dark Salmon #F29875

Tints of Dark Salmon #F29875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 47.36%
G = 29.75%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F29875 (or 0xF29875) is known color: Dark Salmon. HEX triplet: F2, 98 and 75. RGB value is (242,152,117). Sum of RGB (Red+Green+Blue) = 242+152+117=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F29875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29875 is #0D678A. Grayscale: #AFAFAF. Windows color (decimal): -878475 or 7706866. OLE color: 7706866.

HSL color Cylindrical-coordinate representation of color #F29875: hue angle of 16.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29875 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 117 -
CMYK 0 0.37 0.52 0.05
HSL 16.8º 0.83% 0.7% -
HSV(B) 16.8º 0.52% 0.95% -
XYZ 51.06 42.62 22.36 -
YUV 174.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 242 152 117 0 0.37 0.52 0.05 16.8 0.83 0.7
Hex F2 98 75 0 25 34 5 11 53 46
Octal 362 230 165 0 45 64 5 21 123 106
Binary 11110010 10011000 1110101 0 100101 110100 101 10001 1010011 1000110

Color Harmonies of #F29875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29875

Black with #F29875

Text Example


Text Example

White with #F29875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29875; }

 p { color: rgb(242,152,117); }

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

background-color css

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

 a { background-color: rgb(242,152,117); }

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

border-color css

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

 span { border-color: rgb(242,152,117); }

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