Html Css Color HEX #FFA515 Dark Tangerine

📋 copy color: '#FFA515'

red 255 ◦ green 165 ◦ blue 21

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

Shades of Dark Tangerine #FFA515

Tints of Dark Tangerine #FFA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

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

R = 57.82%
G = 37.41%
B = 4.76%

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

#FFA515 (or 0xFFA515) is known color: Dark Tangerine. HEX triplet: FF, A5 and 15. RGB value is (255,165,21). Sum of RGB (Red+Green+Blue) = 255+165+21=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA515 is #005AEA. Grayscale: #B0B0B0. Windows color (decimal): -23275 or 1418751. OLE color: 1418751.

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

Color convert

RGB 255 165 21 -
CMYK 0 0.35 0.92 0
HSL 36.92º 1% 0.54% -
HSV(B) 36.92º 0.92% 1% -
XYZ 54.83 48.22 7.13 -
YUV 175.49 40.82 184.71 -
System Red Green Blue C M Y K H S L
Decimal 255 165 21 0 0.35 0.92 0 36.92 1 0.54
Hex FF A5 15 0 23 5C 0 25 64 36
Octal 377 245 25 0 43 134 0 45 144 66
Binary 11111111 10100101 10101 0 100011 1011100 0 100101 1100100 110110

Color Harmonies of #FFA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA515

Black with #FFA515

Text Example


Text Example

White with #FFA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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