Html Css Color HEX #FE8565 Salmon

📋 copy color: '#FE8565'

red 254 ◦ green 133 ◦ blue 101

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

Shades of Salmon #FE8565

Tints of Salmon #FE8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

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

R = 52.05%
G = 27.25%
B = 20.7%

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

#FE8565 (or 0xFE8565) is known color: Salmon. HEX triplet: FE, 85 and 65. RGB value is (254,133,101). Sum of RGB (Red+Green+Blue) = 254+133+101=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8565 is #017A9A. Grayscale: #A5A5A5. Windows color (decimal): -96923 or 6653438. OLE color: 6653438.

HSL color Cylindrical-coordinate representation of color #FE8565: hue angle of 12.55º 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 #FE8565 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 101 -
CMYK 0 0.48 0.60 0.00
HSL 12.55º 0.99% 0.7% -
HSV(B) 12.55º 0.6% 1% -
XYZ 51.61 38.79 17.08 -
YUV 165.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 254 133 101 0 0.48 0.60 0.00 12.55 0.99 0.7
Hex FE 85 65 0 30 3C 0 D 63 46
Octal 376 205 145 0 60 74 0 15 143 106
Binary 11111110 10000101 1100101 0 110000 111100 0 1101 1100011 1000110

Color Harmonies of #FE8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8565

Black with #FE8565

Text Example


Text Example

White with #FE8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8565; }

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

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

background-color css

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

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

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

border-color css

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

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

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