Html Css Color HEX #F08C69 Dark Salmon

📋 copy color: '#F08C69'

red 240 ◦ green 140 ◦ blue 105

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

Shades of Dark Salmon #F08C69

Tints of Dark Salmon #F08C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 49.48%
G = 28.87%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F08C69 (or 0xF08C69) is known color: Dark Salmon. HEX triplet: F0, 8C and 69. RGB value is (240,140,105). Sum of RGB (Red+Green+Blue) = 240+140+105=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C69 is #0F7396. Grayscale: #A6A6A6. Windows color (decimal): -1012631 or 6917360. OLE color: 6917360.

HSL color Cylindrical-coordinate representation of color #F08C69: hue angle of 15.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F08C69 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 140 105 -
CMYK 0 0.42 0.56 0.06
HSL 15.56º 0.82% 0.68% -
HSV(B) 15.56º 0.56% 0.94% -
XYZ 47.86 38.3 18.23 -
YUV 165.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 240 140 105 0 0.42 0.56 0.06 15.56 0.82 0.68
Hex F0 8C 69 0 2A 38 6 10 52 44
Octal 360 214 151 0 52 70 6 20 122 104
Binary 11110000 10001100 1101001 0 101010 111000 110 10000 1010010 1000100

Color Harmonies of #F08C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C69

Black with #F08C69

Text Example


Text Example

White with #F08C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C69; }

 p { color: rgb(240,140,105); }

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

background-color css

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

 a { background-color: rgb(240,140,105); }

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

border-color css

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

 span { border-color: rgb(240,140,105); }

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