Html Css Color HEX #F09471 Dark Salmon

📋 copy color: '#F09471'

red 240 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #F09471

Tints of Dark Salmon #F09471

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

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

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 47.9%
G = 29.54%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09471 (or 0xF09471) is known color: Dark Salmon. HEX triplet: F0, 94 and 71. RGB value is (240,148,113). Sum of RGB (Red+Green+Blue) = 240+148+113=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F09471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09471 is #0F6B8E. Grayscale: #ABABAB. Windows color (decimal): -1010575 or 7443696. OLE color: 7443696.

HSL color Cylindrical-coordinate representation of color #F09471: hue angle of 16.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09471 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 113 -
CMYK 0 0.38 0.53 0.06
HSL 16.54º 0.81% 0.69% -
HSV(B) 16.54º 0.53% 0.94% -
XYZ 49.51 40.9 20.91 -
YUV 171.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 240 148 113 0 0.38 0.53 0.06 16.54 0.81 0.69
Hex F0 94 71 0 26 35 6 11 51 45
Octal 360 224 161 0 46 65 6 21 121 105
Binary 11110000 10010100 1110001 0 100110 110101 110 10001 1010001 1000101

Color Harmonies of #F09471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09471

Black with #F09471

Text Example


Text Example

White with #F09471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09471; }

 p { color: rgb(240,148,113); }

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

background-color css

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

 a { background-color: rgb(240,148,113); }

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

border-color css

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

 span { border-color: rgb(240,148,113); }

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