Html Css Color HEX #FE8365 Salmon

📋 copy color: '#FE8365'

red 254 ◦ green 131 ◦ blue 101

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

Shades of Salmon #FE8365

Tints of Salmon #FE8365

RGB

 RED value IS 254 (99.61% from 255) = 52.26%

 GREEN value IS 131 (51.56% from 255) = 26.95%

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

R = 52.26%
G = 26.95%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE8365 (or 0xFE8365) is known color: Salmon. HEX triplet: FE, 83 and 65. RGB value is (254,131,101). Sum of RGB (Red+Green+Blue) = 254+131+101=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8365 is #017C9A. Grayscale: #A4A4A4. Windows color (decimal): -97435 or 6652926. OLE color: 6652926.

HSL color Cylindrical-coordinate representation of color #FE8365: hue angle of 11.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8365 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 131 101 -
CMYK 0 0.48 0.60 0.00
HSL 11.76º 0.99% 0.7% -
HSV(B) 11.76º 0.6% 1% -
XYZ 51.34 38.24 16.99 -
YUV 164.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 254 131 101 0 0.48 0.60 0.00 11.76 0.99 0.7
Hex FE 83 65 0 30 3C 0 C 63 46
Octal 376 203 145 0 60 74 0 14 143 106
Binary 11111110 10000011 1100101 0 110000 111100 0 1100 1100011 1000110

Color Harmonies of #FE8365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8365

Black with #FE8365

Text Example


Text Example

White with #FE8365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8365; }

 p { color: rgb(254,131,101); }

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

background-color css

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

 a { background-color: rgb(254,131,101); }

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

border-color css

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

 span { border-color: rgb(254,131,101); }

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