Html Css Color HEX #FEA521 Dark Tangerine

📋 copy color: '#FEA521'

red 254 ◦ green 165 ◦ blue 33

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

Shades of Dark Tangerine #FEA521

Tints of Dark Tangerine #FEA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 56.19%
G = 36.5%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA521 (or 0xFEA521) is known color: Dark Tangerine. HEX triplet: FE, A5 and 21. RGB value is (254,165,33). Sum of RGB (Red+Green+Blue) = 254+165+33=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA521 is #015ADE. Grayscale: #B1B1B1. Windows color (decimal): -88799 or 2205182. OLE color: 2205182.

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

Color convert

RGB 254 165 33 -
CMYK 0 0.35 0.87 0.00
HSL 35.84º 0.99% 0.56% -
HSV(B) 35.84º 0.87% 1% -
XYZ 54.6 48.09 7.84 -
YUV 176.56 46.99 183.23 -
System Red Green Blue C M Y K H S L
Decimal 254 165 33 0 0.35 0.87 0.00 35.84 0.99 0.56
Hex FE A5 21 0 23 57 0 24 63 38
Octal 376 245 41 0 43 127 0 44 143 70
Binary 11111110 10100101 100001 0 100011 1010111 0 100100 1100011 111000

Color Harmonies of #FEA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA521

Black with #FEA521

Text Example


Text Example

White with #FEA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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