Html Css Color HEX #FFA611 Dark Tangerine

📋 copy color: '#FFA611'

red 255 ◦ green 166 ◦ blue 17

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

Shades of Dark Tangerine #FFA611

Tints of Dark Tangerine #FFA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

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

R = 58.22%
G = 37.9%
B = 3.88%

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

#FFA611 (or 0xFFA611) is known color: Dark Tangerine. HEX triplet: FF, A6 and 11. RGB value is (255,166,17). Sum of RGB (Red+Green+Blue) = 255+166+17=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA611 is #0059EE. Grayscale: #B0B0B0. Windows color (decimal): -23023 or 1156863. OLE color: 1156863.

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

Color convert

RGB 255 166 17 -
CMYK 0 0.35 0.93 0
HSL 37.56º 1% 0.53% -
HSV(B) 37.56º 0.93% 1% -
XYZ 54.98 48.57 7.01 -
YUV 175.63 38.49 184.62 -
System Red Green Blue C M Y K H S L
Decimal 255 166 17 0 0.35 0.93 0 37.56 1 0.53
Hex FF A6 11 0 23 5D 0 26 64 35
Octal 377 246 21 0 43 135 0 46 144 65
Binary 11111111 10100110 10001 0 100011 1011101 0 100110 1100100 110101

Color Harmonies of #FFA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA611

Black with #FFA611

Text Example


Text Example

White with #FFA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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