Html Css Color HEX #FFA615 Dark Tangerine

📋 copy color: '#FFA615'

red 255 ◦ green 166 ◦ blue 21

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

Shades of Dark Tangerine #FFA615

Tints of Dark Tangerine #FFA615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 57.69%
G = 37.56%
B = 4.75%

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

#FFA615 (or 0xFFA615) is known color: Dark Tangerine. HEX triplet: FF, A6 and 15. RGB value is (255,166,21). Sum of RGB (Red+Green+Blue) = 255+166+21=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA615 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA615 is #0059EA. Grayscale: #B0B0B0. Windows color (decimal): -23019 or 1419007. OLE color: 1419007.

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

Color convert

RGB 255 166 21 -
CMYK 0 0.35 0.92 0
HSL 37.18º 1% 0.54% -
HSV(B) 37.18º 0.92% 1% -
XYZ 55.01 48.59 7.19 -
YUV 176.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 255 166 21 0 0.35 0.92 0 37.18 1 0.54
Hex FF A6 15 0 23 5C 0 25 64 36
Octal 377 246 25 0 43 134 0 45 144 66
Binary 11111111 10100110 10101 0 100011 1011100 0 100101 1100100 110110

Color Harmonies of #FFA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA615

Black with #FFA615

Text Example


Text Example

White with #FFA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA615; }

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

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

background-color css

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

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

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

border-color css

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

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

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