Html Css Color HEX #FE8375 Salmon

📋 copy color: '#FE8375'

red 254 ◦ green 131 ◦ blue 117

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

Shades of Salmon #FE8375

Tints of Salmon #FE8375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 50.6%
G = 26.1%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8375 (or 0xFE8375) is known color: Salmon. HEX triplet: FE, 83 and 75. RGB value is (254,131,117). Sum of RGB (Red+Green+Blue) = 254+131+117=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8375 is #017C8A. Grayscale: #A6A6A6. Windows color (decimal): -97419 or 7701502. OLE color: 7701502.

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

Color convert

RGB 254 131 117 -
CMYK 0 0.48 0.54 0.00
HSL 6.13º 0.99% 0.73% -
HSV(B) 6.13º 0.54% 1% -
XYZ 52.2 38.59 21.53 -
YUV 166.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 254 131 117 0 0.48 0.54 0.00 6.13 0.99 0.73
Hex FE 83 75 0 30 36 0 6 63 49
Octal 376 203 165 0 60 66 0 6 143 111
Binary 11111110 10000011 1110101 0 110000 110110 0 110 1100011 1001001

Color Harmonies of #FE8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8375

Black with #FE8375

Text Example


Text Example

White with #FE8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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