Html Css Color HEX #FE8764 Salmon

📋 copy color: '#FE8764'

red 254 ◦ green 135 ◦ blue 100

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

Shades of Salmon #FE8764

Tints of Salmon #FE8764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

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

R = 51.94%
G = 27.61%
B = 20.45%

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

#FE8764 (or 0xFE8764) is known color: Salmon. HEX triplet: FE, 87 and 64. RGB value is (254,135,100). Sum of RGB (Red+Green+Blue) = 254+135+100=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8764 is #01789B. Grayscale: #A6A6A6. Windows color (decimal): -96412 or 6588414. OLE color: 6588414.

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

Color convert

RGB 254 135 100 -
CMYK 0 0.47 0.61 0.00
HSL 13.64º 0.99% 0.69% -
HSV(B) 13.64º 0.61% 1% -
XYZ 51.84 39.32 16.91 -
YUV 166.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 254 135 100 0 0.47 0.61 0.00 13.64 0.99 0.69
Hex FE 87 64 0 2F 3D 0 E 63 45
Octal 376 207 144 0 57 75 0 16 143 105
Binary 11111110 10000111 1100100 0 101111 111101 0 1110 1100011 1000101

Color Harmonies of #FE8764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8764

Black with #FE8764

Text Example


Text Example

White with #FE8764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8764; }

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

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

background-color css

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

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

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

border-color css

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

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

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