Html Css Color HEX #FFA812 Dark Tangerine

📋 copy color: '#FFA812'

red 255 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #FFA812

Tints of Dark Tangerine #FFA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

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

R = 57.82%
G = 38.1%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA812 (or 0xFFA812) is known color: Dark Tangerine. HEX triplet: FF, A8 and 12. RGB value is (255,168,18). Sum of RGB (Red+Green+Blue) = 255+168+18=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA812 is #0057ED. Grayscale: #B1B1B1. Windows color (decimal): -22510 or 1222911. OLE color: 1222911.

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

Color convert

RGB 255 168 18 -
CMYK 0 0.34 0.93 0
HSL 37.97º 1% 0.54% -
HSV(B) 37.97º 0.93% 1% -
XYZ 55.35 49.31 7.17 -
YUV 176.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 255 168 18 0 0.34 0.93 0 37.97 1 0.54
Hex FF A8 12 0 22 5D 0 26 64 36
Octal 377 250 22 0 42 135 0 46 144 66
Binary 11111111 10101000 10010 0 100010 1011101 0 100110 1100100 110110

Color Harmonies of #FFA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA812

Black with #FFA812

Text Example


Text Example

White with #FFA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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