Html Css Color HEX #F0926B Dark Salmon

📋 copy color: '#F0926B'

red 240 ◦ green 146 ◦ blue 107

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

Shades of Dark Salmon #F0926B

Tints of Dark Salmon #F0926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.7%

R = 48.68%
G = 29.61%
B = 21.7%

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

#F0926B (or 0xF0926B) is known color: Dark Salmon. HEX triplet: F0, 92 and 6B. RGB value is (240,146,107). Sum of RGB (Red+Green+Blue) = 240+146+107=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0926B is #0F6D94. Grayscale: #A9A9A9. Windows color (decimal): -1011093 or 7049968. OLE color: 7049968.

HSL color Cylindrical-coordinate representation of color #F0926B: hue angle of 17.59º degrees, saturation: 0.82, 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 #F0926B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 146 107 -
CMYK 0 0.39 0.55 0.06
HSL 17.59º 0.82% 0.68% -
HSV(B) 17.59º 0.55% 0.94% -
XYZ 48.87 40.14 19.08 -
YUV 169.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 240 146 107 0 0.39 0.55 0.06 17.59 0.82 0.68
Hex F0 92 6B 0 27 37 6 12 52 44
Octal 360 222 153 0 47 67 6 22 122 104
Binary 11110000 10010010 1101011 0 100111 110111 110 10010 1010010 1000100

Color Harmonies of #F0926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0926B

Black with #F0926B

Text Example


Text Example

White with #F0926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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