Html Css Color HEX #F29073 Dark Salmon

📋 copy color: '#F29073'

red 242 ◦ green 144 ◦ blue 115

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

Shades of Dark Salmon #F29073

Tints of Dark Salmon #F29073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

 BLUE value IS 115 (45.31% from 255) = 22.95%

R = 48.3%
G = 28.74%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F29073 (or 0xF29073) is known color: Dark Salmon. HEX triplet: F2, 90 and 73. RGB value is (242,144,115). Sum of RGB (Red+Green+Blue) = 242+144+115=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F29073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29073 is #0D6F8C. Grayscale: #AAAAAA. Windows color (decimal): -880525 or 7573746. OLE color: 7573746.

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

Color convert

RGB 242 144 115 -
CMYK 0 0.40 0.52 0.05
HSL 13.7º 0.83% 0.7% -
HSV(B) 13.7º 0.52% 0.95% -
XYZ 49.69 40.06 21.33 -
YUV 170 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 242 144 115 0 0.40 0.52 0.05 13.7 0.83 0.7
Hex F2 90 73 0 28 34 5 E 53 46
Octal 362 220 163 0 50 64 5 16 123 106
Binary 11110010 10010000 1110011 0 101000 110100 101 1110 1010011 1000110

Color Harmonies of #F29073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29073

Black with #F29073

Text Example


Text Example

White with #F29073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29073; }

 p { color: rgb(242,144,115); }

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

background-color css

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

 a { background-color: rgb(242,144,115); }

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

border-color css

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

 span { border-color: rgb(242,144,115); }

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