Html Css Color HEX #FFA113 Dark Tangerine

📋 copy color: '#FFA113'

red 255 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #FFA113

Tints of Dark Tangerine #FFA113

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 19 (7.81% from 255) = 4.37%

R = 58.62%
G = 37.01%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA113 (or 0xFFA113) is known color: Dark Tangerine. HEX triplet: FF, A1 and 13. RGB value is (255,161,19). Sum of RGB (Red+Green+Blue) = 255+161+19=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA113 is #005EEC. Grayscale: #ADADAD. Windows color (decimal): -24301 or 1286655. OLE color: 1286655.

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

Color convert

RGB 255 161 19 -
CMYK 0 0.37 0.93 0
HSL 36.1º 1% 0.54% -
HSV(B) 36.1º 0.93% 1% -
XYZ 54.1 46.8 6.8 -
YUV 172.92 41.14 186.55 -
System Red Green Blue C M Y K H S L
Decimal 255 161 19 0 0.37 0.93 0 36.1 1 0.54
Hex FF A1 13 0 25 5D 0 24 64 36
Octal 377 241 23 0 45 135 0 44 144 66
Binary 11111111 10100001 10011 0 100101 1011101 0 100100 1100100 110110

Color Harmonies of #FFA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA113

Black with #FFA113

Text Example


Text Example

White with #FFA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA113; }

 p { color: rgb(255,161,19); }

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

background-color css

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

 a { background-color: rgb(255,161,19); }

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

border-color css

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

 span { border-color: rgb(255,161,19); }

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