Html Css Color HEX #F38165 Salmon

📋 copy color: '#F38165'

red 243 ◦ green 129 ◦ blue 101

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

Shades of Salmon #F38165

Tints of Salmon #F38165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

 BLUE value IS 101 (39.84% from 255) = 21.35%

R = 51.37%
G = 27.27%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F38165 (or 0xF38165) is known color: Salmon. HEX triplet: F3, 81 and 65. RGB value is (243,129,101). Sum of RGB (Red+Green+Blue) = 243+129+101=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F38165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38165 is #0C7E9A. Grayscale: #A0A0A0. Windows color (decimal): -818843 or 6652403. OLE color: 6652403.

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

Color convert

RGB 243 129 101 -
CMYK 0 0.47 0.58 0.05
HSL 11.83º 0.86% 0.67% -
HSV(B) 11.83º 0.58% 0.95% -
XYZ 47.16 35.69 16.72 -
YUV 159.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 243 129 101 0 0.47 0.58 0.05 11.83 0.86 0.67
Hex F3 81 65 0 2F 3A 5 C 56 43
Octal 363 201 145 0 57 72 5 14 126 103
Binary 11110011 10000001 1100101 0 101111 111010 101 1100 1010110 1000011

Color Harmonies of #F38165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38165

Black with #F38165

Text Example


Text Example

White with #F38165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38165; }

 p { color: rgb(243,129,101); }

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

background-color css

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

 a { background-color: rgb(243,129,101); }

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

border-color css

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

 span { border-color: rgb(243,129,101); }

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