Html Css Color HEX #F38468 Salmon

📋 copy color: '#F38468'

red 243 ◦ green 132 ◦ blue 104

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

Shades of Salmon #F38468

Tints of Salmon #F38468

RGB

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

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

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

R = 50.73%
G = 27.56%
B = 21.71%

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

#F38468 (or 0xF38468) is known color: Salmon. HEX triplet: F3, 84 and 68. RGB value is (243,132,104). Sum of RGB (Red+Green+Blue) = 243+132+104=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F38468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38468 is #0C7B97. Grayscale: #A2A2A2. Windows color (decimal): -818072 or 6849779. OLE color: 6849779.

HSL color Cylindrical-coordinate representation of color #F38468: hue angle of 12.09º degrees, saturation: 0.85, 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 #F38468 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 104 -
CMYK 0 0.46 0.57 0.05
HSL 12.09º 0.85% 0.68% -
HSV(B) 12.09º 0.57% 0.95% -
XYZ 47.71 36.56 17.64 -
YUV 162 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 243 132 104 0 0.46 0.57 0.05 12.09 0.85 0.68
Hex F3 84 68 0 2E 39 5 C 55 44
Octal 363 204 150 0 56 71 5 14 125 104
Binary 11110011 10000100 1101000 0 101110 111001 101 1100 1010101 1000100

Color Harmonies of #F38468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38468

Black with #F38468

Text Example


Text Example

White with #F38468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38468; }

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

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

background-color css

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

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

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

border-color css

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

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

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