Html Css Color HEX #FFA019 Dark Tangerine

📋 copy color: '#FFA019'

red 255 ◦ green 160 ◦ blue 25

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

Shades of Dark Tangerine #FFA019

Tints of Dark Tangerine #FFA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 57.95%
G = 36.36%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFA019 (or 0xFFA019) is known color: Dark Tangerine. HEX triplet: FF, A0 and 19. RGB value is (255,160,25). Sum of RGB (Red+Green+Blue) = 255+160+25=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA019 is #005FE6. Grayscale: #ADADAD. Windows color (decimal): -24551 or 1679615. OLE color: 1679615.

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

Color convert

RGB 255 160 25 -
CMYK 0 0.37 0.90 0
HSL 35.22º 1% 0.55% -
HSV(B) 35.22º 0.9% 1% -
XYZ 53.99 46.47 7.04 -
YUV 173.02 44.47 186.48 -
System Red Green Blue C M Y K H S L
Decimal 255 160 25 0 0.37 0.90 0 35.22 1 0.55
Hex FF A0 19 0 25 5A 0 23 64 37
Octal 377 240 31 0 45 132 0 43 144 67
Binary 11111111 10100000 11001 0 100101 1011010 0 100011 1100100 110111

Color Harmonies of #FFA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA019

Black with #FFA019

Text Example


Text Example

White with #FFA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA019; }

 p { color: rgb(255,160,25); }

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

background-color css

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

 a { background-color: rgb(255,160,25); }

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

border-color css

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

 span { border-color: rgb(255,160,25); }

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