Html Css Color HEX #FFA512 Dark Tangerine

📋 copy color: '#FFA512'

red 255 ◦ green 165 ◦ blue 18

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

Shades of Dark Tangerine #FFA512

Tints of Dark Tangerine #FFA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 58.22%
G = 37.67%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA512 (or 0xFFA512) is known color: Dark Tangerine. HEX triplet: FF, A5 and 12. RGB value is (255,165,18). Sum of RGB (Red+Green+Blue) = 255+165+18=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA512 is #005AED. Grayscale: #AFAFAF. Windows color (decimal): -23278 or 1222143. OLE color: 1222143.

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

Color convert

RGB 255 165 18 -
CMYK 0 0.35 0.93 0
HSL 37.22º 1% 0.54% -
HSV(B) 37.22º 0.93% 1% -
XYZ 54.8 48.21 6.99 -
YUV 175.15 39.32 184.95 -
System Red Green Blue C M Y K H S L
Decimal 255 165 18 0 0.35 0.93 0 37.22 1 0.54
Hex FF A5 12 0 23 5D 0 25 64 36
Octal 377 245 22 0 43 135 0 45 144 66
Binary 11111111 10100101 10010 0 100011 1011101 0 100101 1100100 110110

Color Harmonies of #FFA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA512

Black with #FFA512

Text Example


Text Example

White with #FFA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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