Html Css Color HEX #FFA614 Dark Tangerine

📋 copy color: '#FFA614'

red 255 ◦ green 166 ◦ blue 20

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

Shades of Dark Tangerine #FFA614

Tints of Dark Tangerine #FFA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 57.82%
G = 37.64%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA614 (or 0xFFA614) is known color: Dark Tangerine. HEX triplet: FF, A6 and 14. RGB value is (255,166,20). Sum of RGB (Red+Green+Blue) = 255+166+20=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA614 is #0059EB. Grayscale: #B0B0B0. Windows color (decimal): -23020 or 1353471. OLE color: 1353471.

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

Color convert

RGB 255 166 20 -
CMYK 0 0.35 0.92 0
HSL 37.28º 1% 0.54% -
HSV(B) 37.28º 0.92% 1% -
XYZ 55 48.58 7.14 -
YUV 175.97 39.99 184.37 -
System Red Green Blue C M Y K H S L
Decimal 255 166 20 0 0.35 0.92 0 37.28 1 0.54
Hex FF A6 14 0 23 5C 0 25 64 36
Octal 377 246 24 0 43 134 0 45 144 66
Binary 11111111 10100110 10100 0 100011 1011100 0 100101 1100100 110110

Color Harmonies of #FFA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA614

Black with #FFA614

Text Example


Text Example

White with #FFA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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