Html Css Color HEX #FE8275 Salmon

📋 copy color: '#FE8275'

red 254 ◦ green 130 ◦ blue 117

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

Shades of Salmon #FE8275

Tints of Salmon #FE8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 50.7%
G = 25.95%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8275 (or 0xFE8275) is known color: Salmon. HEX triplet: FE, 82 and 75. RGB value is (254,130,117). Sum of RGB (Red+Green+Blue) = 254+130+117=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8275 is #017D8A. Grayscale: #A5A5A5. Windows color (decimal): -97675 or 7701246. OLE color: 7701246.

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

Color convert

RGB 254 130 117 -
CMYK 0 0.49 0.54 0.00
HSL 5.69º 0.99% 0.73% -
HSV(B) 5.69º 0.54% 1% -
XYZ 52.07 38.32 21.48 -
YUV 165.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 254 130 117 0 0.49 0.54 0.00 5.69 0.99 0.73
Hex FE 82 75 0 31 36 0 6 63 49
Octal 376 202 165 0 61 66 0 6 143 111
Binary 11111110 10000010 1110101 0 110001 110110 0 110 1100011 1001001

Color Harmonies of #FE8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8275

Black with #FE8275

Text Example


Text Example

White with #FE8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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