Html Css Color HEX #F18267 Salmon

📋 copy color: '#F18267'

red 241 ◦ green 130 ◦ blue 103

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

Shades of Salmon #F18267

Tints of Salmon #F18267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 50.84%
G = 27.43%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F18267 (or 0xF18267) is known color: Salmon. HEX triplet: F1, 82 and 67. RGB value is (241,130,103). Sum of RGB (Red+Green+Blue) = 241+130+103=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18267 is #0E7D98. Grayscale: #A0A0A0. Windows color (decimal): -949657 or 6783729. OLE color: 6783729.

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

Color convert

RGB 241 130 103 -
CMYK 0 0.46 0.57 0.05
HSL 11.74º 0.83% 0.67% -
HSV(B) 11.74º 0.57% 0.95% -
XYZ 46.71 35.65 17.25 -
YUV 160.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 241 130 103 0 0.46 0.57 0.05 11.74 0.83 0.67
Hex F1 82 67 0 2E 39 5 C 53 43
Octal 361 202 147 0 56 71 5 14 123 103
Binary 11110001 10000010 1100111 0 101110 111001 101 1100 1010011 1000011

Color Harmonies of #F18267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18267

Black with #F18267

Text Example


Text Example

White with #F18267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18267; }

 p { color: rgb(241,130,103); }

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

background-color css

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

 a { background-color: rgb(241,130,103); }

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

border-color css

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

 span { border-color: rgb(241,130,103); }

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