Html Css Color HEX #FE8165 Salmon

📋 copy color: '#FE8165'

red 254 ◦ green 129 ◦ blue 101

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

Shades of Salmon #FE8165

Tints of Salmon #FE8165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 52.48%
G = 26.65%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE8165 (or 0xFE8165) is known color: Salmon. HEX triplet: FE, 81 and 65. RGB value is (254,129,101). Sum of RGB (Red+Green+Blue) = 254+129+101=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8165 is #017E9A. Grayscale: #A3A3A3. Windows color (decimal): -97947 or 6652414. OLE color: 6652414.

HSL color Cylindrical-coordinate representation of color #FE8165: hue angle of 10.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8165 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 101 -
CMYK 0 0.49 0.60 0.00
HSL 10.98º 0.99% 0.7% -
HSV(B) 10.98º 0.6% 1% -
XYZ 51.07 37.71 16.9 -
YUV 163.18 92.91 192.78 -
System Red Green Blue C M Y K H S L
Decimal 254 129 101 0 0.49 0.60 0.00 10.98 0.99 0.7
Hex FE 81 65 0 31 3C 0 B 63 46
Octal 376 201 145 0 61 74 0 13 143 106
Binary 11111110 10000001 1100101 0 110001 111100 0 1011 1100011 1000110

Color Harmonies of #FE8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8165

Black with #FE8165

Text Example


Text Example

White with #FE8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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