Html Css Color HEX #FEA786 Light Salmon

📋 copy color: '#FEA786'

red 254 ◦ green 167 ◦ blue 134

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

Shades of Light Salmon #FEA786

Tints of Light Salmon #FEA786

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 134 (52.73% from 255) = 24.14%

R = 45.77%
G = 30.09%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEA786 (or 0xFEA786) is known color: Light Salmon. HEX triplet: FE, A7 and 86. RGB value is (254,167,134). Sum of RGB (Red+Green+Blue) = 254+167+134=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA786 is #015879. Grayscale: #BDBDBD. Windows color (decimal): -88186 or 8824830. OLE color: 8824830.

HSL color Cylindrical-coordinate representation of color #FEA786: hue angle of 16.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEA786 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 167 134 -
CMYK 0 0.34 0.47 0.00
HSL 16.5º 0.98% 0.76% -
HSV(B) 16.5º 0.47% 1% -
XYZ 58.99 50.43 29.18 -
YUV 189.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 254 167 134 0 0.34 0.47 0.00 16.5 0.98 0.76
Hex FE A7 86 0 22 2F 0 10 62 4C
Octal 376 247 206 0 42 57 0 20 142 114
Binary 11111110 10100111 10000110 0 100010 101111 0 10000 1100010 1001100

Color Harmonies of #FEA786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA786

Black with #FEA786

Text Example


Text Example

White with #FEA786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA786; }

 p { color: rgb(254,167,134); }

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

background-color css

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

 a { background-color: rgb(254,167,134); }

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

border-color css

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

 span { border-color: rgb(254,167,134); }

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