Html Css Color HEX #FE796A Salmon

📋 copy color: '#FE796A'

red 254 ◦ green 121 ◦ blue 106

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

Shades of Salmon #FE796A

Tints of Salmon #FE796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 52.81%
G = 25.16%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE796A (or 0xFE796A) is known color: Salmon. HEX triplet: FE, 79 and 6A. RGB value is (254,121,106). Sum of RGB (Red+Green+Blue) = 254+121+106=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE796A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE796A is #018695. Grayscale: #9F9F9F. Windows color (decimal): -99990 or 6978046. OLE color: 6978046.

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

Color convert

RGB 254 121 106 -
CMYK 0 0.52 0.58 0.00
HSL 6.08º 0.99% 0.71% -
HSV(B) 6.08º 0.58% 1% -
XYZ 50.31 35.79 17.89 -
YUV 159.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 254 121 106 0 0.52 0.58 0.00 6.08 0.99 0.71
Hex FE 79 6A 0 34 3A 0 6 63 47
Octal 376 171 152 0 64 72 0 6 143 107
Binary 11111110 1111001 1101010 0 110100 111010 0 110 1100011 1000111

Color Harmonies of #FE796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE796A

Black with #FE796A

Text Example


Text Example

White with #FE796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE796A; }

 p { color: rgb(254,121,106); }

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

background-color css

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

 a { background-color: rgb(254,121,106); }

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

border-color css

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

 span { border-color: rgb(254,121,106); }

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