Html Css Color HEX #FEA511 Dark Tangerine

📋 copy color: '#FEA511'

red 254 ◦ green 165 ◦ blue 17

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

Shades of Dark Tangerine #FEA511

Tints of Dark Tangerine #FEA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 58.26%
G = 37.84%
B = 3.9%

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

#FEA511 (or 0xFEA511) is known color: Dark Tangerine. HEX triplet: FE, A5 and 11. RGB value is (254,165,17). Sum of RGB (Red+Green+Blue) = 254+165+17=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA511 is #015AEE. Grayscale: #AFAFAF. Windows color (decimal): -88815 or 1156606. OLE color: 1156606.

HSL color Cylindrical-coordinate representation of color #FEA511: hue angle of 37.47º 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 #FEA511 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 165 17 -
CMYK 0 0.35 0.93 0.00
HSL 37.47º 0.99% 0.53% -
HSV(B) 37.47º 0.93% 1% -
XYZ 54.43 48.02 6.93 -
YUV 174.74 38.99 184.53 -
System Red Green Blue C M Y K H S L
Decimal 254 165 17 0 0.35 0.93 0.00 37.47 0.99 0.53
Hex FE A5 11 0 23 5D 0 25 63 35
Octal 376 245 21 0 43 135 0 45 143 65
Binary 11111110 10100101 10001 0 100011 1011101 0 100101 1100011 110101

Color Harmonies of #FEA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA511

Black with #FEA511

Text Example


Text Example

White with #FEA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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