Html Css Color HEX #F29874 Dark Salmon

📋 copy color: '#F29874'

red 242 ◦ green 152 ◦ blue 116

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

Shades of Dark Salmon #F29874

Tints of Dark Salmon #F29874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 47.45%
G = 29.8%
B = 22.75%

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

#F29874 (or 0xF29874) is known color: Dark Salmon. HEX triplet: F2, 98 and 74. RGB value is (242,152,116). Sum of RGB (Red+Green+Blue) = 242+152+116=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29874 is #0D678B. Grayscale: #AFAFAF. Windows color (decimal): -878476 or 7641330. OLE color: 7641330.

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

Color convert

RGB 242 152 116 -
CMYK 0 0.37 0.52 0.05
HSL 17.14º 0.83% 0.7% -
HSV(B) 17.14º 0.52% 0.95% -
XYZ 51 42.59 22.06 -
YUV 174.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 242 152 116 0 0.37 0.52 0.05 17.14 0.83 0.7
Hex F2 98 74 0 25 34 5 11 53 46
Octal 362 230 164 0 45 64 5 21 123 106
Binary 11110010 10011000 1110100 0 100101 110100 101 10001 1010011 1000110

Color Harmonies of #F29874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29874

Black with #F29874

Text Example


Text Example

White with #F29874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29874; }

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

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

background-color css

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

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

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

border-color css

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

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

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