Html Css Color HEX #F08A6E Salmon

📋 copy color: '#F08A6E'

red 240 ◦ green 138 ◦ blue 110

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

Shades of Salmon #F08A6E

Tints of Salmon #F08A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 49.18%
G = 28.28%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F08A6E (or 0xF08A6E) is known color: Salmon. HEX triplet: F0, 8A and 6E. RGB value is (240,138,110). Sum of RGB (Red+Green+Blue) = 240+138+110=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A6E is #0F7591. Grayscale: #A5A5A5. Windows color (decimal): -1013138 or 7244528. OLE color: 7244528.

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

Color convert

RGB 240 138 110 -
CMYK 0 0.42 0.54 0.06
HSL 12.92º 0.81% 0.69% -
HSV(B) 12.92º 0.54% 0.94% -
XYZ 47.84 37.83 19.53 -
YUV 165.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 240 138 110 0 0.42 0.54 0.06 12.92 0.81 0.69
Hex F0 8A 6E 0 2A 36 6 D 51 45
Octal 360 212 156 0 52 66 6 15 121 105
Binary 11110000 10001010 1101110 0 101010 110110 110 1101 1010001 1000101

Color Harmonies of #F08A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A6E

Black with #F08A6E

Text Example


Text Example

White with #F08A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A6E; }

 p { color: rgb(240,138,110); }

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

background-color css

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

 a { background-color: rgb(240,138,110); }

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

border-color css

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

 span { border-color: rgb(240,138,110); }

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