Html Css Color HEX #FE8363 Salmon

📋 copy color: '#FE8363'

red 254 ◦ green 131 ◦ blue 99

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

Shades of Salmon #FE8363

Tints of Salmon #FE8363

RGB

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

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

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

R = 52.48%
G = 27.07%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE8363 (or 0xFE8363) is known color: Salmon. HEX triplet: FE, 83 and 63. RGB value is (254,131,99). Sum of RGB (Red+Green+Blue) = 254+131+99=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8363 is #017C9C. Grayscale: #A4A4A4. Windows color (decimal): -97437 or 6521854. OLE color: 6521854.

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

Color convert

RGB 254 131 99 -
CMYK 0 0.48 0.61 0.00
HSL 12.39º 0.99% 0.69% -
HSV(B) 12.39º 0.61% 1% -
XYZ 51.24 38.2 16.48 -
YUV 164.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 254 131 99 0 0.48 0.61 0.00 12.39 0.99 0.69
Hex FE 83 63 0 30 3D 0 C 63 45
Octal 376 203 143 0 60 75 0 14 143 105
Binary 11111110 10000011 1100011 0 110000 111101 0 1100 1100011 1000101

Color Harmonies of #FE8363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8363

Black with #FE8363

Text Example


Text Example

White with #FE8363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8363; }

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

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

background-color css

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

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

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

border-color css

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

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

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