Html Css Color HEX #FFA814 Dark Tangerine

📋 copy color: '#FFA814'

red 255 ◦ green 168 ◦ blue 20

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

Shades of Dark Tangerine #FFA814

Tints of Dark Tangerine #FFA814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.51%

R = 57.56%
G = 37.92%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA814 (or 0xFFA814) is known color: Dark Tangerine. HEX triplet: FF, A8 and 14. RGB value is (255,168,20). Sum of RGB (Red+Green+Blue) = 255+168+20=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA814 is #0057EB. Grayscale: #B1B1B1. Windows color (decimal): -22508 or 1353983. OLE color: 1353983.

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

Color convert

RGB 255 168 20 -
CMYK 0 0.34 0.92 0
HSL 37.79º 1% 0.54% -
HSV(B) 37.79º 0.92% 1% -
XYZ 55.37 49.32 7.26 -
YUV 177.14 39.32 183.53 -
System Red Green Blue C M Y K H S L
Decimal 255 168 20 0 0.34 0.92 0 37.79 1 0.54
Hex FF A8 14 0 22 5C 0 26 64 36
Octal 377 250 24 0 42 134 0 46 144 66
Binary 11111111 10101000 10100 0 100010 1011100 0 100110 1100100 110110

Color Harmonies of #FFA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA814

Black with #FFA814

Text Example


Text Example

White with #FFA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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