Html Css Color HEX #FEA81A Dark Tangerine

📋 copy color: '#FEA81A'

red 254 ◦ green 168 ◦ blue 26

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

Shades of Dark Tangerine #FEA81A

Tints of Dark Tangerine #FEA81A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.5%

 BLUE value IS 26 (10.55% from 255) = 5.8%

R = 56.7%
G = 37.5%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FEA81A (or 0xFEA81A) is known color: Dark Tangerine. HEX triplet: FE, A8 and 1A. RGB value is (254,168,26). Sum of RGB (Red+Green+Blue) = 254+168+26=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA81A is #0157E5. Grayscale: #B2B2B2. Windows color (decimal): -88038 or 1747198. OLE color: 1747198.

HSL color Cylindrical-coordinate representation of color #FEA81A: hue angle of 37.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEA81A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 26 -
CMYK 0 0.34 0.90 0.00
HSL 37.37º 0.99% 0.55% -
HSV(B) 37.37º 0.9% 1% -
XYZ 55.06 49.15 7.56 -
YUV 177.53 42.49 182.55 -
System Red Green Blue C M Y K H S L
Decimal 254 168 26 0 0.34 0.90 0.00 37.37 0.99 0.55
Hex FE A8 1A 0 22 5A 0 25 63 37
Octal 376 250 32 0 42 132 0 45 143 67
Binary 11111110 10101000 11010 0 100010 1011010 0 100101 1100011 110111

Color Harmonies of #FEA81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA81A

Black with #FEA81A

Text Example


Text Example

White with #FEA81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA81A; }

 p { color: rgb(254,168,26); }

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

background-color css

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

 a { background-color: rgb(254,168,26); }

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

border-color css

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

 span { border-color: rgb(254,168,26); }

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