Html Css Color HEX #FE8A6C Salmon

📋 copy color: '#FE8A6C'

red 254 ◦ green 138 ◦ blue 108

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

Shades of Salmon #FE8A6C

Tints of Salmon #FE8A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

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

R = 50.8%
G = 27.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE8A6C (or 0xFE8A6C) is known color: Salmon. HEX triplet: FE, 8A and 6C. RGB value is (254,138,108). Sum of RGB (Red+Green+Blue) = 254+138+108=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A6C is #017593. Grayscale: #A9A9A9. Windows color (decimal): -95636 or 7113470. OLE color: 7113470.

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

Color convert

RGB 254 138 108 -
CMYK 0 0.46 0.57 0.00
HSL 12.33º 0.99% 0.71% -
HSV(B) 12.33º 0.57% 1% -
XYZ 52.67 40.33 19.2 -
YUV 169.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 254 138 108 0 0.46 0.57 0.00 12.33 0.99 0.71
Hex FE 8A 6C 0 2E 39 0 C 63 47
Octal 376 212 154 0 56 71 0 14 143 107
Binary 11111110 10001010 1101100 0 101110 111001 0 1100 1100011 1000111

Color Harmonies of #FE8A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A6C

Black with #FE8A6C

Text Example


Text Example

White with #FE8A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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