Html Css Color HEX #F38065 Salmon

📋 copy color: '#F38065'

red 243 ◦ green 128 ◦ blue 101

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

Shades of Salmon #F38065

Tints of Salmon #F38065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.12%

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

R = 51.48%
G = 27.12%
B = 21.4%

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

#F38065 (or 0xF38065) is known color: Salmon. HEX triplet: F3, 80 and 65. RGB value is (243,128,101). Sum of RGB (Red+Green+Blue) = 243+128+101=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F38065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38065 is #0C7F9A. Grayscale: #9F9F9F. Windows color (decimal): -819099 or 6652147. OLE color: 6652147.

HSL color Cylindrical-coordinate representation of color #F38065: hue angle of 11.41º 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 #F38065 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 128 101 -
CMYK 0 0.47 0.58 0.05
HSL 11.41º 0.86% 0.67% -
HSV(B) 11.41º 0.58% 0.95% -
XYZ 47.03 35.43 16.67 -
YUV 159.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 243 128 101 0 0.47 0.58 0.05 11.41 0.86 0.67
Hex F3 80 65 0 2F 3A 5 B 56 43
Octal 363 200 145 0 57 72 5 13 126 103
Binary 11110011 10000000 1100101 0 101111 111010 101 1011 1010110 1000011

Color Harmonies of #F38065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38065

Black with #F38065

Text Example


Text Example

White with #F38065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38065; }

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

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

background-color css

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

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

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

border-color css

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

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

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