Html Css Color HEX #FE7869 Salmon

📋 copy color: '#FE7869'

red 254 ◦ green 120 ◦ blue 105

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

Shades of Salmon #FE7869

Tints of Salmon #FE7869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 53.03%
G = 25.05%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE7869 (or 0xFE7869) is known color: Salmon. HEX triplet: FE, 78 and 69. RGB value is (254,120,105). Sum of RGB (Red+Green+Blue) = 254+120+105=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7869 is #018796. Grayscale: #9E9E9E. Windows color (decimal): -100247 or 6912254. OLE color: 6912254.

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

Color convert

RGB 254 120 105 -
CMYK 0 0.53 0.59 0.00
HSL 6.04º 0.99% 0.7% -
HSV(B) 6.04º 0.59% 1% -
XYZ 50.14 35.52 17.58 -
YUV 158.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 254 120 105 0 0.53 0.59 0.00 6.04 0.99 0.7
Hex FE 78 69 0 35 3B 0 6 63 46
Octal 376 170 151 0 65 73 0 6 143 106
Binary 11111110 1111000 1101001 0 110101 111011 0 110 1100011 1000110

Color Harmonies of #FE7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7869

Black with #FE7869

Text Example


Text Example

White with #FE7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7869; }

 p { color: rgb(254,120,105); }

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

background-color css

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

 a { background-color: rgb(254,120,105); }

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

border-color css

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

 span { border-color: rgb(254,120,105); }

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