Html Css Color HEX #F09871 Dark Salmon

📋 copy color: '#F09871'

red 240 ◦ green 152 ◦ blue 113

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

Shades of Dark Salmon #F09871

Tints of Dark Salmon #F09871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.1%

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

R = 47.52%
G = 30.1%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09871 (or 0xF09871) is known color: Dark Salmon. HEX triplet: F0, 98 and 71. RGB value is (240,152,113). Sum of RGB (Red+Green+Blue) = 240+152+113=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09871 is #0F678E. Grayscale: #AEAEAE. Windows color (decimal): -1009551 or 7444720. OLE color: 7444720.

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

Color convert

RGB 240 152 113 -
CMYK 0 0.37 0.53 0.06
HSL 18.43º 0.81% 0.69% -
HSV(B) 18.43º 0.53% 0.94% -
XYZ 50.14 42.17 21.12 -
YUV 173.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 240 152 113 0 0.37 0.53 0.06 18.43 0.81 0.69
Hex F0 98 71 0 25 35 6 12 51 45
Octal 360 230 161 0 45 65 6 22 121 105
Binary 11110000 10011000 1110001 0 100101 110101 110 10010 1010001 1000101

Color Harmonies of #F09871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09871

Black with #F09871

Text Example


Text Example

White with #F09871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09871; }

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

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

background-color css

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

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

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

border-color css

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

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

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