Html Css Color HEX #FE836A Salmon

📋 copy color: '#FE836A'

red 254 ◦ green 131 ◦ blue 106

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

Shades of Salmon #FE836A

Tints of Salmon #FE836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 51.73%
G = 26.68%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE836A (or 0xFE836A) is known color: Salmon. HEX triplet: FE, 83 and 6A. RGB value is (254,131,106). Sum of RGB (Red+Green+Blue) = 254+131+106=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE836A is #017C95. Grayscale: #A5A5A5. Windows color (decimal): -97430 or 6980606. OLE color: 6980606.

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

Color convert

RGB 254 131 106 -
CMYK 0 0.48 0.58 0.00
HSL 10.14º 0.99% 0.71% -
HSV(B) 10.14º 0.58% 1% -
XYZ 51.59 38.34 18.32 -
YUV 164.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 254 131 106 0 0.48 0.58 0.00 10.14 0.99 0.71
Hex FE 83 6A 0 30 3A 0 A 63 47
Octal 376 203 152 0 60 72 0 12 143 107
Binary 11111110 10000011 1101010 0 110000 111010 0 1010 1100011 1000111

Color Harmonies of #FE836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE836A

Black with #FE836A

Text Example


Text Example

White with #FE836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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