Html Css Color HEX #FE8665 Salmon

📋 copy color: '#FE8665'

red 254 ◦ green 134 ◦ blue 101

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

Shades of Salmon #FE8665

Tints of Salmon #FE8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.4%

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

R = 51.94%
G = 27.4%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE8665 (or 0xFE8665) is known color: Salmon. HEX triplet: FE, 86 and 65. RGB value is (254,134,101). Sum of RGB (Red+Green+Blue) = 254+134+101=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8665 is #01799A. Grayscale: #A6A6A6. Windows color (decimal): -96667 or 6653694. OLE color: 6653694.

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

Color convert

RGB 254 134 101 -
CMYK 0 0.47 0.60 0.00
HSL 12.94º 0.99% 0.7% -
HSV(B) 12.94º 0.6% 1% -
XYZ 51.75 39.06 17.12 -
YUV 166.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 254 134 101 0 0.47 0.60 0.00 12.94 0.99 0.7
Hex FE 86 65 0 2F 3C 0 D 63 46
Octal 376 206 145 0 57 74 0 15 143 106
Binary 11111110 10000110 1100101 0 101111 111100 0 1101 1100011 1000110

Color Harmonies of #FE8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8665

Black with #FE8665

Text Example


Text Example

White with #FE8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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