Html Css Color HEX #FE8163 Salmon

📋 copy color: '#FE8163'

red 254 ◦ green 129 ◦ blue 99

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

Shades of Salmon #FE8163

Tints of Salmon #FE8163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 52.7%
G = 26.76%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE8163 (or 0xFE8163) is known color: Salmon. HEX triplet: FE, 81 and 63. RGB value is (254,129,99). Sum of RGB (Red+Green+Blue) = 254+129+99=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8163 is #017E9C. Grayscale: #A3A3A3. Windows color (decimal): -97949 or 6521342. OLE color: 6521342.

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

Color convert

RGB 254 129 99 -
CMYK 0 0.49 0.61 0.00
HSL 11.61º 0.99% 0.69% -
HSV(B) 11.61º 0.61% 1% -
XYZ 50.98 37.67 16.39 -
YUV 162.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 254 129 99 0 0.49 0.61 0.00 11.61 0.99 0.69
Hex FE 81 63 0 31 3D 0 C 63 45
Octal 376 201 143 0 61 75 0 14 143 105
Binary 11111110 10000001 1100011 0 110001 111101 0 1100 1100011 1000101

Color Harmonies of #FE8163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8163

Black with #FE8163

Text Example


Text Example

White with #FE8163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8163; }

 p { color: rgb(254,129,99); }

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

background-color css

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

 a { background-color: rgb(254,129,99); }

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

border-color css

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

 span { border-color: rgb(254,129,99); }

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