Html Css Color HEX #FFA811 Dark Tangerine

📋 copy color: '#FFA811'

red 255 ◦ green 168 ◦ blue 17

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

Shades of Dark Tangerine #FFA811

Tints of Dark Tangerine #FFA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 57.95%
G = 38.18%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA811 (or 0xFFA811) is known color: Dark Tangerine. HEX triplet: FF, A8 and 11. RGB value is (255,168,17). Sum of RGB (Red+Green+Blue) = 255+168+17=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA811 is #0057EE. Grayscale: #B1B1B1. Windows color (decimal): -22511 or 1157375. OLE color: 1157375.

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

Color convert

RGB 255 168 17 -
CMYK 0 0.34 0.93 0
HSL 38.07º 1% 0.53% -
HSV(B) 38.07º 0.93% 1% -
XYZ 55.34 49.31 7.13 -
YUV 176.8 37.82 183.78 -
System Red Green Blue C M Y K H S L
Decimal 255 168 17 0 0.34 0.93 0 38.07 1 0.53
Hex FF A8 11 0 22 5D 0 26 64 35
Octal 377 250 21 0 42 135 0 46 144 65
Binary 11111111 10101000 10001 0 100010 1011101 0 100110 1100100 110101

Color Harmonies of #FFA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA811

Black with #FFA811

Text Example


Text Example

White with #FFA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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