Html Css Color HEX #FFA313 Dark Tangerine

📋 copy color: '#FFA313'

red 255 ◦ green 163 ◦ blue 19

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

Shades of Dark Tangerine #FFA313

Tints of Dark Tangerine #FFA313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 58.35%
G = 37.3%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA313 (or 0xFFA313) is known color: Dark Tangerine. HEX triplet: FF, A3 and 13. RGB value is (255,163,19). Sum of RGB (Red+Green+Blue) = 255+163+19=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA313 is #005CEC. Grayscale: #AEAEAE. Windows color (decimal): -23789 or 1287167. OLE color: 1287167.

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

Color convert

RGB 255 163 19 -
CMYK 0 0.36 0.93 0
HSL 36.61º 1% 0.54% -
HSV(B) 36.61º 0.93% 1% -
XYZ 54.45 47.5 6.91 -
YUV 174.09 40.48 185.71 -
System Red Green Blue C M Y K H S L
Decimal 255 163 19 0 0.36 0.93 0 36.61 1 0.54
Hex FF A3 13 0 24 5D 0 25 64 36
Octal 377 243 23 0 44 135 0 45 144 66
Binary 11111111 10100011 10011 0 100100 1011101 0 100101 1100100 110110

Color Harmonies of #FFA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA313

Black with #FFA313

Text Example


Text Example

White with #FFA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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