Html Css Color HEX #FE796C Salmon

📋 copy color: '#FE796C'

red 254 ◦ green 121 ◦ blue 108

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

Shades of Salmon #FE796C

Tints of Salmon #FE796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 52.59%
G = 25.05%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE796C (or 0xFE796C) is known color: Salmon. HEX triplet: FE, 79 and 6C. RGB value is (254,121,108). Sum of RGB (Red+Green+Blue) = 254+121+108=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE796C is #018693. Grayscale: #9F9F9F. Windows color (decimal): -99988 or 7109118. OLE color: 7109118.

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

Color convert

RGB 254 121 108 -
CMYK 0 0.52 0.57 0.00
HSL 5.34º 0.99% 0.71% -
HSV(B) 5.34º 0.57% 1% -
XYZ 50.42 35.83 18.45 -
YUV 159.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 254 121 108 0 0.52 0.57 0.00 5.34 0.99 0.71
Hex FE 79 6C 0 34 39 0 5 63 47
Octal 376 171 154 0 64 71 0 5 143 107
Binary 11111110 1111001 1101100 0 110100 111001 0 101 1100011 1000111

Color Harmonies of #FE796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE796C

Black with #FE796C

Text Example


Text Example

White with #FE796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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