Html Css Color HEX #FEA611 Dark Tangerine

📋 copy color: '#FEA611'

red 254 ◦ green 166 ◦ blue 17

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

Shades of Dark Tangerine #FEA611

Tints of Dark Tangerine #FEA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

 BLUE value IS 17 (7.03% from 255) = 3.89%

R = 58.12%
G = 37.99%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA611 (or 0xFEA611) is known color: Dark Tangerine. HEX triplet: FE, A6 and 11. RGB value is (254,166,17). Sum of RGB (Red+Green+Blue) = 254+166+17=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA611 is #0159EE. Grayscale: #B0B0B0. Windows color (decimal): -88559 or 1156862. OLE color: 1156862.

HSL color Cylindrical-coordinate representation of color #FEA611: hue angle of 37.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEA611 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 17 -
CMYK 0 0.35 0.93 0.00
HSL 37.72º 0.99% 0.53% -
HSV(B) 37.72º 0.93% 1% -
XYZ 54.61 48.38 6.99 -
YUV 175.33 38.65 184.12 -
System Red Green Blue C M Y K H S L
Decimal 254 166 17 0 0.35 0.93 0.00 37.72 0.99 0.53
Hex FE A6 11 0 23 5D 0 26 63 35
Octal 376 246 21 0 43 135 0 46 143 65
Binary 11111110 10100110 10001 0 100011 1011101 0 100110 1100011 110101

Color Harmonies of #FEA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA611

Black with #FEA611

Text Example


Text Example

White with #FEA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA611; }

 p { color: rgb(254,166,17); }

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

background-color css

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

 a { background-color: rgb(254,166,17); }

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

border-color css

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

 span { border-color: rgb(254,166,17); }

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