Html Css Color HEX #FFA421 Dark Tangerine

📋 copy color: '#FFA421'

red 255 ◦ green 164 ◦ blue 33

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

Shades of Dark Tangerine #FFA421

Tints of Dark Tangerine #FFA421

RGB

 RED value IS 255 (100% from 255) = 56.42%

 GREEN value IS 164 (64.45% from 255) = 36.28%

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

R = 56.42%
G = 36.28%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA421 (or 0xFFA421) is known color: Dark Tangerine. HEX triplet: FF, A4 and 21. RGB value is (255,164,33). Sum of RGB (Red+Green+Blue) = 255+164+33=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA421 is #005BDE. Grayscale: #B0B0B0. Windows color (decimal): -23519 or 2204927. OLE color: 2204927.

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

Color convert

RGB 255 164 33 -
CMYK 0 0.36 0.87 0
HSL 35.41º 1% 0.56% -
HSV(B) 35.41º 0.87% 1% -
XYZ 54.79 47.92 7.8 -
YUV 176.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 255 164 33 0 0.36 0.87 0 35.41 1 0.56
Hex FF A4 21 0 24 57 0 23 64 38
Octal 377 244 41 0 44 127 0 43 144 70
Binary 11111111 10100100 100001 0 100100 1010111 0 100011 1100100 111000

Color Harmonies of #FFA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA421

Black with #FFA421

Text Example


Text Example

White with #FFA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA421; }

 p { color: rgb(255,164,33); }

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

background-color css

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

 a { background-color: rgb(255,164,33); }

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

border-color css

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

 span { border-color: rgb(255,164,33); }

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