Html Css Color HEX #F18C6A Dark Salmon

📋 copy color: '#F18C6A'

red 241 ◦ green 140 ◦ blue 106

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

Shades of Dark Salmon #F18C6A

Tints of Dark Salmon #F18C6A

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

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

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

R = 49.49%
G = 28.75%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F18C6A (or 0xF18C6A) is known color: Dark Salmon. HEX triplet: F1, 8C and 6A. RGB value is (241,140,106). Sum of RGB (Red+Green+Blue) = 241+140+106=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C6A is #0E7395. Grayscale: #A6A6A6. Windows color (decimal): -947094 or 6982897. OLE color: 6982897.

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

Color convert

RGB 241 140 106 -
CMYK 0 0.42 0.56 0.05
HSL 15.11º 0.83% 0.68% -
HSV(B) 15.11º 0.56% 0.95% -
XYZ 48.26 38.5 18.52 -
YUV 166.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 241 140 106 0 0.42 0.56 0.05 15.11 0.83 0.68
Hex F1 8C 6A 0 2A 38 5 F 53 44
Octal 361 214 152 0 52 70 5 17 123 104
Binary 11110001 10001100 1101010 0 101010 111000 101 1111 1010011 1000100

Color Harmonies of #F18C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C6A

Black with #F18C6A

Text Example


Text Example

White with #F18C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C6A; }

 p { color: rgb(241,140,106); }

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

background-color css

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

 a { background-color: rgb(241,140,106); }

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

border-color css

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

 span { border-color: rgb(241,140,106); }

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