Html Css Color HEX #F08A6A Salmon

📋 copy color: '#F08A6A'

red 240 ◦ green 138 ◦ blue 106

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

Shades of Salmon #F08A6A

Tints of Salmon #F08A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 49.59%
G = 28.51%
B = 21.9%

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

#F08A6A (or 0xF08A6A) is known color: Salmon. HEX triplet: F0, 8A and 6A. RGB value is (240,138,106). Sum of RGB (Red+Green+Blue) = 240+138+106=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A6A is #0F7595. Grayscale: #A5A5A5. Windows color (decimal): -1013142 or 6982384. OLE color: 6982384.

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

Color convert

RGB 240 138 106 -
CMYK 0 0.42 0.56 0.06
HSL 14.33º 0.82% 0.68% -
HSV(B) 14.33º 0.56% 0.94% -
XYZ 47.63 37.74 18.41 -
YUV 164.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 240 138 106 0 0.42 0.56 0.06 14.33 0.82 0.68
Hex F0 8A 6A 0 2A 38 6 E 52 44
Octal 360 212 152 0 52 70 6 16 122 104
Binary 11110000 10001010 1101010 0 101010 111000 110 1110 1010010 1000100

Color Harmonies of #F08A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A6A

Black with #F08A6A

Text Example


Text Example

White with #F08A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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