Html Css Color HEX #F29478 Dark Salmon

📋 copy color: '#F29478'

red 242 ◦ green 148 ◦ blue 120

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

Shades of Dark Salmon #F29478

Tints of Dark Salmon #F29478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 47.45%
G = 29.02%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F29478 (or 0xF29478) is known color: Dark Salmon. HEX triplet: F2, 94 and 78. RGB value is (242,148,120). Sum of RGB (Red+Green+Blue) = 242+148+120=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F29478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29478 is #0D6B87. Grayscale: #ADADAD. Windows color (decimal): -879496 or 7902450. OLE color: 7902450.

HSL color Cylindrical-coordinate representation of color #F29478: hue angle of 13.77º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29478 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 120 -
CMYK 0 0.39 0.50 0.05
HSL 13.77º 0.82% 0.71% -
HSV(B) 13.77º 0.5% 0.95% -
XYZ 50.6 41.41 23.1 -
YUV 172.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 242 148 120 0 0.39 0.50 0.05 13.77 0.82 0.71
Hex F2 94 78 0 27 32 5 E 52 47
Octal 362 224 170 0 47 62 5 16 122 107
Binary 11110010 10010100 1111000 0 100111 110010 101 1110 1010010 1000111

Color Harmonies of #F29478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29478

Black with #F29478

Text Example


Text Example

White with #F29478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29478; }

 p { color: rgb(242,148,120); }

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

background-color css

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

 a { background-color: rgb(242,148,120); }

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

border-color css

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

 span { border-color: rgb(242,148,120); }

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