Html Css Color HEX #FFA015 Dark Tangerine

📋 copy color: '#FFA015'

red 255 ◦ green 160 ◦ blue 21

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

Shades of Dark Tangerine #FFA015

Tints of Dark Tangerine #FFA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

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

R = 58.49%
G = 36.7%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA015 (or 0xFFA015) is known color: Dark Tangerine. HEX triplet: FF, A0 and 15. RGB value is (255,160,21). Sum of RGB (Red+Green+Blue) = 255+160+21=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA015 is #005FEA. Grayscale: #ADADAD. Windows color (decimal): -24555 or 1417471. OLE color: 1417471.

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

Color convert

RGB 255 160 21 -
CMYK 0 0.37 0.92 0
HSL 35.64º 1% 0.54% -
HSV(B) 35.64º 0.92% 1% -
XYZ 53.95 46.46 6.83 -
YUV 172.56 42.47 186.8 -
System Red Green Blue C M Y K H S L
Decimal 255 160 21 0 0.37 0.92 0 35.64 1 0.54
Hex FF A0 15 0 25 5C 0 24 64 36
Octal 377 240 25 0 45 134 0 44 144 66
Binary 11111111 10100000 10101 0 100101 1011100 0 100100 1100100 110110

Color Harmonies of #FFA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA015

Black with #FFA015

Text Example


Text Example

White with #FFA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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