Html Css Color HEX #F09772 Dark Salmon

📋 copy color: '#F09772'

red 240 ◦ green 151 ◦ blue 114

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

Shades of Dark Salmon #F09772

Tints of Dark Salmon #F09772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

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

R = 47.52%
G = 29.9%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F09772 (or 0xF09772) is known color: Dark Salmon. HEX triplet: F0, 97 and 72. RGB value is (240,151,114). Sum of RGB (Red+Green+Blue) = 240+151+114=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09772 is #0F688D. Grayscale: #ADADAD. Windows color (decimal): -1009806 or 7510000. OLE color: 7510000.

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

Color convert

RGB 240 151 114 -
CMYK 0 0.37 0.52 0.06
HSL 17.62º 0.81% 0.69% -
HSV(B) 17.62º 0.53% 0.94% -
XYZ 50.04 41.87 21.36 -
YUV 173.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 240 151 114 0 0.37 0.52 0.06 17.62 0.81 0.69
Hex F0 97 72 0 25 34 6 12 51 45
Octal 360 227 162 0 45 64 6 22 121 105
Binary 11110000 10010111 1110010 0 100101 110100 110 10010 1010001 1000101

Color Harmonies of #F09772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09772

Black with #F09772

Text Example


Text Example

White with #F09772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09772; }

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

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

background-color css

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

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

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

border-color css

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

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

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