Html Css Color HEX #F38466 Salmon

📋 copy color: '#F38466'

red 243 ◦ green 132 ◦ blue 102

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

Shades of Salmon #F38466

Tints of Salmon #F38466

RGB

 RED value IS 243 (95.31% from 255) = 50.94%

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 50.94%
G = 27.67%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F38466 (or 0xF38466) is known color: Salmon. HEX triplet: F3, 84 and 66. RGB value is (243,132,102). Sum of RGB (Red+Green+Blue) = 243+132+102=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F38466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38466 is #0C7B99. Grayscale: #A1A1A1. Windows color (decimal): -818074 or 6718707. OLE color: 6718707.

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

Color convert

RGB 243 132 102 -
CMYK 0 0.46 0.58 0.05
HSL 12.77º 0.85% 0.68% -
HSV(B) 12.77º 0.58% 0.95% -
XYZ 47.61 36.52 17.11 -
YUV 161.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 243 132 102 0 0.46 0.58 0.05 12.77 0.85 0.68
Hex F3 84 66 0 2E 3A 5 D 55 44
Octal 363 204 146 0 56 72 5 15 125 104
Binary 11110011 10000100 1100110 0 101110 111010 101 1101 1010101 1000100

Color Harmonies of #F38466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38466

Black with #F38466

Text Example


Text Example

White with #F38466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38466; }

 p { color: rgb(243,132,102); }

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

background-color css

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

 a { background-color: rgb(243,132,102); }

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

border-color css

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

 span { border-color: rgb(243,132,102); }

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