Html Css Color HEX #FFA712 Dark Tangerine

📋 copy color: '#FFA712'

red 255 ◦ green 167 ◦ blue 18

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

Shades of Dark Tangerine #FFA712

Tints of Dark Tangerine #FFA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 57.95%
G = 37.95%
B = 4.09%

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

#FFA712 (or 0xFFA712) is known color: Dark Tangerine. HEX triplet: FF, A7 and 12. RGB value is (255,167,18). Sum of RGB (Red+Green+Blue) = 255+167+18=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA712 is #0058ED. Grayscale: #B1B1B1. Windows color (decimal): -22766 or 1222655. OLE color: 1222655.

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

Color convert

RGB 255 167 18 -
CMYK 0 0.35 0.93 0
HSL 37.72º 1% 0.54% -
HSV(B) 37.72º 0.93% 1% -
XYZ 55.17 48.94 7.11 -
YUV 176.33 38.65 184.12 -
System Red Green Blue C M Y K H S L
Decimal 255 167 18 0 0.35 0.93 0 37.72 1 0.54
Hex FF A7 12 0 23 5D 0 26 64 36
Octal 377 247 22 0 43 135 0 46 144 66
Binary 11111111 10100111 10010 0 100011 1011101 0 100110 1100100 110110

Color Harmonies of #FFA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA712

Black with #FFA712

Text Example


Text Example

White with #FFA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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