Html Css Color HEX #FFA810 Dark Tangerine

📋 copy color: '#FFA810'

red 255 ◦ green 168 ◦ blue 16

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

Shades of Dark Tangerine #FFA810

Tints of Dark Tangerine #FFA810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 58.09%
G = 38.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFA810 (or 0xFFA810) is known color: Dark Tangerine. HEX triplet: FF, A8 and 10. RGB value is (255,168,16). Sum of RGB (Red+Green+Blue) = 255+168+16=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA810 is #0057EF. Grayscale: #B1B1B1. Windows color (decimal): -22512 or 1091839. OLE color: 1091839.

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

Color convert

RGB 255 168 16 -
CMYK 0 0.34 0.94 0
HSL 38.16º 1% 0.53% -
HSV(B) 38.16º 0.94% 1% -
XYZ 55.34 49.3 7.09 -
YUV 176.69 37.32 183.86 -
System Red Green Blue C M Y K H S L
Decimal 255 168 16 0 0.34 0.94 0 38.16 1 0.53
Hex FF A8 10 0 22 5E 0 26 64 35
Octal 377 250 20 0 42 136 0 46 144 65
Binary 11111111 10101000 10000 0 100010 1011110 0 100110 1100100 110101

Color Harmonies of #FFA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA810

Black with #FFA810

Text Example


Text Example

White with #FFA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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