Html Css Color HEX #F29470 Dark Salmon

📋 copy color: '#F29470'

red 242 ◦ green 148 ◦ blue 112

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

Shades of Dark Salmon #F29470

Tints of Dark Salmon #F29470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 48.21%
G = 29.48%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F29470 (or 0xF29470) is known color: Dark Salmon. HEX triplet: F2, 94 and 70. RGB value is (242,148,112). Sum of RGB (Red+Green+Blue) = 242+148+112=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F29470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29470 is #0D6B8F. Grayscale: #ACACAC. Windows color (decimal): -879504 or 7378162. OLE color: 7378162.

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

Color convert

RGB 242 148 112 -
CMYK 0 0.39 0.54 0.05
HSL 16.62º 0.83% 0.69% -
HSV(B) 16.62º 0.54% 0.95% -
XYZ 50.13 41.23 20.64 -
YUV 172 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 242 148 112 0 0.39 0.54 0.05 16.62 0.83 0.69
Hex F2 94 70 0 27 36 5 11 53 45
Octal 362 224 160 0 47 66 5 21 123 105
Binary 11110010 10010100 1110000 0 100111 110110 101 10001 1010011 1000101

Color Harmonies of #F29470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29470

Black with #F29470

Text Example


Text Example

White with #F29470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29470; }

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

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

background-color css

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

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

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

border-color css

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

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

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