Html Css Color HEX #FE8664 Salmon

📋 copy color: '#FE8664'

red 254 ◦ green 134 ◦ blue 100

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

Shades of Salmon #FE8664

Tints of Salmon #FE8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 52.05%
G = 27.46%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE8664 (or 0xFE8664) is known color: Salmon. HEX triplet: FE, 86 and 64. RGB value is (254,134,100). Sum of RGB (Red+Green+Blue) = 254+134+100=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8664 is #01799B. Grayscale: #A6A6A6. Windows color (decimal): -96668 or 6588158. OLE color: 6588158.

HSL color Cylindrical-coordinate representation of color #FE8664: hue angle of 13.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE8664 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 134 100 -
CMYK 0 0.47 0.61 0.00
HSL 13.25º 0.99% 0.69% -
HSV(B) 13.25º 0.61% 1% -
XYZ 51.7 39.04 16.87 -
YUV 166 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 254 134 100 0 0.47 0.61 0.00 13.25 0.99 0.69
Hex FE 86 64 0 2F 3D 0 D 63 45
Octal 376 206 144 0 57 75 0 15 143 105
Binary 11111110 10000110 1100100 0 101111 111101 0 1101 1100011 1000101

Color Harmonies of #FE8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8664

Black with #FE8664

Text Example


Text Example

White with #FE8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8664; }

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

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

background-color css

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

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

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

border-color css

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

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

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