Html Css Color HEX #F09472 Dark Salmon

📋 copy color: '#F09472'

red 240 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #F09472

Tints of Dark Salmon #F09472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 47.81%
G = 29.48%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09472 (or 0xF09472) is known color: Dark Salmon. HEX triplet: F0, 94 and 72. RGB value is (240,148,114). Sum of RGB (Red+Green+Blue) = 240+148+114=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F09472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09472 is #0F6B8D. Grayscale: #ABABAB. Windows color (decimal): -1010574 or 7509232. OLE color: 7509232.

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

Color convert

RGB 240 148 114 -
CMYK 0 0.38 0.52 0.06
HSL 16.19º 0.81% 0.69% -
HSV(B) 16.19º 0.53% 0.94% -
XYZ 49.56 40.92 21.21 -
YUV 171.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 240 148 114 0 0.38 0.52 0.06 16.19 0.81 0.69
Hex F0 94 72 0 26 34 6 10 51 45
Octal 360 224 162 0 46 64 6 20 121 105
Binary 11110000 10010100 1110010 0 100110 110100 110 10000 1010001 1000101

Color Harmonies of #F09472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09472

Black with #F09472

Text Example


Text Example

White with #F09472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09472; }

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

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

background-color css

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

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

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

border-color css

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

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

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