Html Css Color HEX #FFA311 Dark Tangerine

📋 copy color: '#FFA311'

red 255 ◦ green 163 ◦ blue 17

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

Shades of Dark Tangerine #FFA311

Tints of Dark Tangerine #FFA311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.91%

R = 58.62%
G = 37.47%
B = 3.91%

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

#FFA311 (or 0xFFA311) is known color: Dark Tangerine. HEX triplet: FF, A3 and 11. RGB value is (255,163,17). Sum of RGB (Red+Green+Blue) = 255+163+17=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA311 is #005CEE. Grayscale: #AEAEAE. Windows color (decimal): -23791 or 1156095. OLE color: 1156095.

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

Color convert

RGB 255 163 17 -
CMYK 0 0.36 0.93 0
HSL 36.81º 1% 0.53% -
HSV(B) 36.81º 0.93% 1% -
XYZ 54.44 47.49 6.83 -
YUV 173.86 39.48 185.87 -
System Red Green Blue C M Y K H S L
Decimal 255 163 17 0 0.36 0.93 0 36.81 1 0.53
Hex FF A3 11 0 24 5D 0 25 64 35
Octal 377 243 21 0 44 135 0 45 144 65
Binary 11111111 10100011 10001 0 100100 1011101 0 100101 1100100 110101

Color Harmonies of #FFA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA311

Black with #FFA311

Text Example


Text Example

White with #FFA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA311; }

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

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

background-color css

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

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

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

border-color css

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

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

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