Html Css Color HEX #FEA386 Vivid Tangerine

📋 copy color: '#FEA386'

red 254 ◦ green 163 ◦ blue 134

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

Shades of Vivid Tangerine #FEA386

Tints of Vivid Tangerine #FEA386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.58%

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

R = 46.1%
G = 29.58%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEA386 (or 0xFEA386) is known color: Vivid Tangerine. HEX triplet: FE, A3 and 86. RGB value is (254,163,134). Sum of RGB (Red+Green+Blue) = 254+163+134=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA386 is #015C79. Grayscale: #BBBBBB. Windows color (decimal): -89210 or 8823806. OLE color: 8823806.

HSL color Cylindrical-coordinate representation of color #FEA386: hue angle of 14.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 #FEA386 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 163 134 -
CMYK 0 0.36 0.47 0.00
HSL 14.5º 0.98% 0.76% -
HSV(B) 14.5º 0.47% 1% -
XYZ 58.27 48.99 28.94 -
YUV 186.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 254 163 134 0 0.36 0.47 0.00 14.5 0.98 0.76
Hex FE A3 86 0 24 2F 0 E 62 4C
Octal 376 243 206 0 44 57 0 16 142 114
Binary 11111110 10100011 10000110 0 100100 101111 0 1110 1100010 1001100

Color Harmonies of #FEA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA386

Black with #FEA386

Text Example


Text Example

White with #FEA386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA386; }

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

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

background-color css

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

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

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

border-color css

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

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

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