Html Css Color HEX #FE8C6C Salmon

📋 copy color: '#FE8C6C'

red 254 ◦ green 140 ◦ blue 108

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

Shades of Salmon #FE8C6C

Tints of Salmon #FE8C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 50.6%
G = 27.89%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE8C6C (or 0xFE8C6C) is known color: Salmon. HEX triplet: FE, 8C and 6C. RGB value is (254,140,108). Sum of RGB (Red+Green+Blue) = 254+140+108=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C6C is #017393. Grayscale: #AAAAAA. Windows color (decimal): -95124 or 7113982. OLE color: 7113982.

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

Color convert

RGB 254 140 108 -
CMYK 0 0.45 0.57 0.00
HSL 13.15º 0.99% 0.71% -
HSV(B) 13.15º 0.57% 1% -
XYZ 52.96 40.91 19.29 -
YUV 170.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 254 140 108 0 0.45 0.57 0.00 13.15 0.99 0.71
Hex FE 8C 6C 0 2D 39 0 D 63 47
Octal 376 214 154 0 55 71 0 15 143 107
Binary 11111110 10001100 1101100 0 101101 111001 0 1101 1100011 1000111

Color Harmonies of #FE8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C6C

Black with #FE8C6C

Text Example


Text Example

White with #FE8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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