Html Css Color HEX #FFA513 Dark Tangerine

📋 copy color: '#FFA513'

red 255 ◦ green 165 ◦ blue 19

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

Shades of Dark Tangerine #FFA513

Tints of Dark Tangerine #FFA513

RGB

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

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

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

R = 58.09%
G = 37.59%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA513 (or 0xFFA513) is known color: Dark Tangerine. HEX triplet: FF, A5 and 13. RGB value is (255,165,19). Sum of RGB (Red+Green+Blue) = 255+165+19=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA513 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA513 is #005AEC. Grayscale: #AFAFAF. Windows color (decimal): -23277 or 1287679. OLE color: 1287679.

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

Color convert

RGB 255 165 19 -
CMYK 0 0.35 0.93 0
HSL 37.12º 1% 0.54% -
HSV(B) 37.12º 0.93% 1% -
XYZ 54.81 48.22 7.03 -
YUV 175.27 39.82 184.87 -
System Red Green Blue C M Y K H S L
Decimal 255 165 19 0 0.35 0.93 0 37.12 1 0.54
Hex FF A5 13 0 23 5D 0 25 64 36
Octal 377 245 23 0 43 135 0 45 144 66
Binary 11111111 10100101 10011 0 100011 1011101 0 100101 1100100 110110

Color Harmonies of #FFA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA513

Black with #FFA513

Text Example


Text Example

White with #FFA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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