Html Css Color HEX #FFA518 Dark Tangerine

📋 copy color: '#FFA518'

red 255 ◦ green 165 ◦ blue 24

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

Shades of Dark Tangerine #FFA518

Tints of Dark Tangerine #FFA518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.41%

R = 57.43%
G = 37.16%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFA518 (or 0xFFA518) is known color: Dark Tangerine. HEX triplet: FF, A5 and 18. RGB value is (255,165,24). Sum of RGB (Red+Green+Blue) = 255+165+24=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA518 is #005AE7. Grayscale: #B0B0B0. Windows color (decimal): -23272 or 1615359. OLE color: 1615359.

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

Color convert

RGB 255 165 24 -
CMYK 0 0.35 0.91 0
HSL 36.62º 1% 0.55% -
HSV(B) 36.62º 0.91% 1% -
XYZ 54.86 48.24 7.28 -
YUV 175.84 42.32 184.46 -
System Red Green Blue C M Y K H S L
Decimal 255 165 24 0 0.35 0.91 0 36.62 1 0.55
Hex FF A5 18 0 23 5B 0 25 64 37
Octal 377 245 30 0 43 133 0 45 144 67
Binary 11111111 10100101 11000 0 100011 1011011 0 100101 1100100 110111

Color Harmonies of #FFA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA518

Black with #FFA518

Text Example


Text Example

White with #FFA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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