Html Css Color HEX #FEA082 Vivid Tangerine

📋 copy color: '#FEA082'

red 254 ◦ green 160 ◦ blue 130

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

Shades of Vivid Tangerine #FEA082

Tints of Vivid Tangerine #FEA082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.41%

 BLUE value IS 130 (51.17% from 255) = 23.9%

R = 46.69%
G = 29.41%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEA082 (or 0xFEA082) is known color: Vivid Tangerine. HEX triplet: FE, A0 and 82. RGB value is (254,160,130). Sum of RGB (Red+Green+Blue) = 254+160+130=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA082 is #015F7D. Grayscale: #B8B8B8. Windows color (decimal): -89982 or 8560894. OLE color: 8560894.

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

Color convert

RGB 254 160 130 -
CMYK 0 0.37 0.49 0.00
HSL 14.52º 0.98% 0.75% -
HSV(B) 14.52º 0.49% 1% -
XYZ 57.47 47.82 27.32 -
YUV 184.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 254 160 130 0 0.37 0.49 0.00 14.52 0.98 0.75
Hex FE A0 82 0 25 31 0 F 62 4B
Octal 376 240 202 0 45 61 0 17 142 113
Binary 11111110 10100000 10000010 0 100101 110001 0 1111 1100010 1001011

Color Harmonies of #FEA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA082

Black with #FEA082

Text Example


Text Example

White with #FEA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA082; }

 p { color: rgb(254,160,130); }

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

background-color css

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

 a { background-color: rgb(254,160,130); }

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

border-color css

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

 span { border-color: rgb(254,160,130); }

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