Html Css Color HEX #FE876B Salmon

📋 copy color: '#FE876B'

red 254 ◦ green 135 ◦ blue 107

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

Shades of Salmon #FE876B

Tints of Salmon #FE876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 51.21%
G = 27.22%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE876B (or 0xFE876B) is known color: Salmon. HEX triplet: FE, 87 and 6B. RGB value is (254,135,107). Sum of RGB (Red+Green+Blue) = 254+135+107=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE876B is #017894. Grayscale: #A7A7A7. Windows color (decimal): -96405 or 7047166. OLE color: 7047166.

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

Color convert

RGB 254 135 107 -
CMYK 0 0.47 0.58 0.00
HSL 11.43º 0.99% 0.71% -
HSV(B) 11.43º 0.58% 1% -
XYZ 52.19 39.46 18.78 -
YUV 167.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 254 135 107 0 0.47 0.58 0.00 11.43 0.99 0.71
Hex FE 87 6B 0 2F 3A 0 B 63 47
Octal 376 207 153 0 57 72 0 13 143 107
Binary 11111110 10000111 1101011 0 101111 111010 0 1011 1100011 1000111

Color Harmonies of #FE876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE876B

Black with #FE876B

Text Example


Text Example

White with #FE876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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