Html Css Color HEX #F18768 Salmon

📋 copy color: '#F18768'

red 241 ◦ green 135 ◦ blue 104

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

Shades of Salmon #F18768

Tints of Salmon #F18768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.13%

 BLUE value IS 104 (41.02% from 255) = 21.67%

R = 50.21%
G = 28.13%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18768 (or 0xF18768) is known color: Salmon. HEX triplet: F1, 87 and 68. RGB value is (241,135,104). Sum of RGB (Red+Green+Blue) = 241+135+104=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18768 is #0E7897. Grayscale: #A3A3A3. Windows color (decimal): -948376 or 6850545. OLE color: 6850545.

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

Color convert

RGB 241 135 104 -
CMYK 0 0.44 0.57 0.05
HSL 13.58º 0.83% 0.68% -
HSV(B) 13.58º 0.57% 0.95% -
XYZ 47.44 37.03 17.74 -
YUV 163.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 241 135 104 0 0.44 0.57 0.05 13.58 0.83 0.68
Hex F1 87 68 0 2C 39 5 E 53 44
Octal 361 207 150 0 54 71 5 16 123 104
Binary 11110001 10000111 1101000 0 101100 111001 101 1110 1010011 1000100

Color Harmonies of #F18768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18768

Black with #F18768

Text Example


Text Example

White with #F18768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18768; }

 p { color: rgb(241,135,104); }

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

background-color css

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

 a { background-color: rgb(241,135,104); }

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

border-color css

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

 span { border-color: rgb(241,135,104); }

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