Html Css Color HEX #FE836C Salmon

📋 copy color: '#FE836C'

red 254 ◦ green 131 ◦ blue 108

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

Shades of Salmon #FE836C

Tints of Salmon #FE836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 51.52%
G = 26.57%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE836C (or 0xFE836C) is known color: Salmon. HEX triplet: FE, 83 and 6C. RGB value is (254,131,108). Sum of RGB (Red+Green+Blue) = 254+131+108=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE836C is #017C93. Grayscale: #A5A5A5. Windows color (decimal): -97428 or 7111678. OLE color: 7111678.

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

Color convert

RGB 254 131 108 -
CMYK 0 0.48 0.57 0.00
HSL 9.45º 0.99% 0.71% -
HSV(B) 9.45º 0.57% 1% -
XYZ 51.7 38.39 18.87 -
YUV 165.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 254 131 108 0 0.48 0.57 0.00 9.45 0.99 0.71
Hex FE 83 6C 0 30 39 0 9 63 47
Octal 376 203 154 0 60 71 0 11 143 107
Binary 11111110 10000011 1101100 0 110000 111001 0 1001 1100011 1000111

Color Harmonies of #FE836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE836C

Black with #FE836C

Text Example


Text Example

White with #FE836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE836C; }

 p { color: rgb(254,131,108); }

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

background-color css

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

 a { background-color: rgb(254,131,108); }

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

border-color css

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

 span { border-color: rgb(254,131,108); }

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