Html Css Color HEX #FE8D6E Salmon

📋 copy color: '#FE8D6E'

red 254 ◦ green 141 ◦ blue 110

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

Shades of Salmon #FE8D6E

Tints of Salmon #FE8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.92%

 BLUE value IS 110 (43.36% from 255) = 21.78%

R = 50.3%
G = 27.92%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE8D6E (or 0xFE8D6E) is known color: Salmon. HEX triplet: FE, 8D and 6E. RGB value is (254,141,110). Sum of RGB (Red+Green+Blue) = 254+141+110=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D6E is #017291. Grayscale: #ABABAB. Windows color (decimal): -94866 or 7245310. OLE color: 7245310.

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

Color convert

RGB 254 141 110 -
CMYK 0 0.44 0.57 0.00
HSL 12.92º 0.99% 0.71% -
HSV(B) 12.92º 0.57% 1% -
XYZ 53.21 41.25 19.91 -
YUV 171.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 254 141 110 0 0.44 0.57 0.00 12.92 0.99 0.71
Hex FE 8D 6E 0 2C 39 0 D 63 47
Octal 376 215 156 0 54 71 0 15 143 107
Binary 11111110 10001101 1101110 0 101100 111001 0 1101 1100011 1000111

Color Harmonies of #FE8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D6E

Black with #FE8D6E

Text Example


Text Example

White with #FE8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D6E; }

 p { color: rgb(254,141,110); }

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

background-color css

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

 a { background-color: rgb(254,141,110); }

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

border-color css

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

 span { border-color: rgb(254,141,110); }

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