Html Css Color HEX #F0926C Dark Salmon

📋 copy color: '#F0926C'

red 240 ◦ green 146 ◦ blue 108

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

Shades of Dark Salmon #F0926C

Tints of Dark Salmon #F0926C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 108 (42.58% from 255) = 21.86%

R = 48.58%
G = 29.55%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0926C (or 0xF0926C) is known color: Dark Salmon. HEX triplet: F0, 92 and 6C. RGB value is (240,146,108). Sum of RGB (Red+Green+Blue) = 240+146+108=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0926C is #0F6D93. Grayscale: #AAAAAA. Windows color (decimal): -1011092 or 7115504. OLE color: 7115504.

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

Color convert

RGB 240 146 108 -
CMYK 0 0.39 0.55 0.06
HSL 17.27º 0.81% 0.68% -
HSV(B) 17.27º 0.55% 0.94% -
XYZ 48.92 40.17 19.36 -
YUV 169.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 240 146 108 0 0.39 0.55 0.06 17.27 0.81 0.68
Hex F0 92 6C 0 27 37 6 11 51 44
Octal 360 222 154 0 47 67 6 21 121 104
Binary 11110000 10010010 1101100 0 100111 110111 110 10001 1010001 1000100

Color Harmonies of #F0926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0926C

Black with #F0926C

Text Example


Text Example

White with #F0926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0926C; }

 p { color: rgb(240,146,108); }

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

background-color css

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

 a { background-color: rgb(240,146,108); }

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

border-color css

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

 span { border-color: rgb(240,146,108); }

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