Html Css Color HEX #FE8B75 Salmon

📋 copy color: '#FE8B75'

red 254 ◦ green 139 ◦ blue 117

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

Shades of Salmon #FE8B75

Tints of Salmon #FE8B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.25%

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

R = 49.8%
G = 27.25%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8B75 (or 0xFE8B75) is known color: Salmon. HEX triplet: FE, 8B and 75. RGB value is (254,139,117). Sum of RGB (Red+Green+Blue) = 254+139+117=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B75 is #01748A. Grayscale: #ABABAB. Windows color (decimal): -95371 or 7703550. OLE color: 7703550.

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

Color convert

RGB 254 139 117 -
CMYK 0 0.45 0.54 0.00
HSL 9.64º 0.99% 0.73% -
HSV(B) 9.64º 0.54% 1% -
XYZ 53.32 40.82 21.9 -
YUV 170.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 254 139 117 0 0.45 0.54 0.00 9.64 0.99 0.73
Hex FE 8B 75 0 2D 36 0 A 63 49
Octal 376 213 165 0 55 66 0 12 143 111
Binary 11111110 10001011 1110101 0 101101 110110 0 1010 1100011 1001001

Color Harmonies of #FE8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B75

Black with #FE8B75

Text Example


Text Example

White with #FE8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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