Html Css Color HEX #F09972 Dark Salmon

📋 copy color: '#F09972'

red 240 ◦ green 153 ◦ blue 114

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

Shades of Dark Salmon #F09972

Tints of Dark Salmon #F09972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

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

R = 47.34%
G = 30.18%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09972 (or 0xF09972) is known color: Dark Salmon. HEX triplet: F0, 99 and 72. RGB value is (240,153,114). Sum of RGB (Red+Green+Blue) = 240+153+114=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F09972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09972 is #0F668D. Grayscale: #AEAEAE. Windows color (decimal): -1009294 or 7510512. OLE color: 7510512.

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

Color convert

RGB 240 153 114 -
CMYK 0 0.36 0.52 0.06
HSL 18.57º 0.81% 0.69% -
HSV(B) 18.57º 0.53% 0.94% -
XYZ 50.36 42.52 21.47 -
YUV 174.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 240 153 114 0 0.36 0.52 0.06 18.57 0.81 0.69
Hex F0 99 72 0 24 34 6 13 51 45
Octal 360 231 162 0 44 64 6 23 121 105
Binary 11110000 10011001 1110010 0 100100 110100 110 10011 1010001 1000101

Color Harmonies of #F09972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09972

Black with #F09972

Text Example


Text Example

White with #F09972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09972; }

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

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

background-color css

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

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

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

border-color css

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

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

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