Html Css Color HEX #FE8969 Salmon

📋 copy color: '#FE8969'

red 254 ◦ green 137 ◦ blue 105

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

Shades of Salmon #FE8969

Tints of Salmon #FE8969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

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

R = 51.21%
G = 27.62%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE8969 (or 0xFE8969) is known color: Salmon. HEX triplet: FE, 89 and 69. RGB value is (254,137,105). Sum of RGB (Red+Green+Blue) = 254+137+105=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8969 is #017696. Grayscale: #A8A8A8. Windows color (decimal): -95895 or 6916606. OLE color: 6916606.

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

Color convert

RGB 254 137 105 -
CMYK 0 0.46 0.59 0.00
HSL 12.89º 0.99% 0.7% -
HSV(B) 12.89º 0.59% 1% -
XYZ 52.37 39.98 18.32 -
YUV 168.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 254 137 105 0 0.46 0.59 0.00 12.89 0.99 0.7
Hex FE 89 69 0 2E 3B 0 D 63 46
Octal 376 211 151 0 56 73 0 15 143 106
Binary 11111110 10001001 1101001 0 101110 111011 0 1101 1100011 1000110

Color Harmonies of #FE8969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8969

Black with #FE8969

Text Example


Text Example

White with #FE8969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8969; }

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

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

background-color css

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

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

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

border-color css

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

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

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