Html Css Color HEX #FE8469 Salmon

📋 copy color: '#FE8469'

red 254 ◦ green 132 ◦ blue 105

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

Shades of Salmon #FE8469

Tints of Salmon #FE8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.88%

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

R = 51.73%
G = 26.88%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE8469 (or 0xFE8469) is known color: Salmon. HEX triplet: FE, 84 and 69. RGB value is (254,132,105). Sum of RGB (Red+Green+Blue) = 254+132+105=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8469 is #017B96. Grayscale: #A5A5A5. Windows color (decimal): -97175 or 6915326. OLE color: 6915326.

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

Color convert

RGB 254 132 105 -
CMYK 0 0.48 0.59 0.00
HSL 10.87º 0.99% 0.7% -
HSV(B) 10.87º 0.59% 1% -
XYZ 51.67 38.59 18.09 -
YUV 165.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 254 132 105 0 0.48 0.59 0.00 10.87 0.99 0.7
Hex FE 84 69 0 30 3B 0 B 63 46
Octal 376 204 151 0 60 73 0 13 143 106
Binary 11111110 10000100 1101001 0 110000 111011 0 1011 1100011 1000110

Color Harmonies of #FE8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8469

Black with #FE8469

Text Example


Text Example

White with #FE8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8469; }

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

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

background-color css

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

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

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

border-color css

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

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

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