Html Css Color HEX #FFA914 Dark Tangerine

📋 copy color: '#FFA914'

red 255 ◦ green 169 ◦ blue 20

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

Shades of Dark Tangerine #FFA914

Tints of Dark Tangerine #FFA914

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

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

R = 57.43%
G = 38.06%
B = 4.5%

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

#FFA914 (or 0xFFA914) is known color: Dark Tangerine. HEX triplet: FF, A9 and 14. RGB value is (255,169,20). Sum of RGB (Red+Green+Blue) = 255+169+20=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA914 is #0056EB. Grayscale: #B2B2B2. Windows color (decimal): -22252 or 1354239. OLE color: 1354239.

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

Color convert

RGB 255 169 20 -
CMYK 0 0.34 0.92 0
HSL 38.04º 1% 0.54% -
HSV(B) 38.04º 0.92% 1% -
XYZ 55.55 49.69 7.32 -
YUV 177.73 38.99 183.12 -
System Red Green Blue C M Y K H S L
Decimal 255 169 20 0 0.34 0.92 0 38.04 1 0.54
Hex FF A9 14 0 22 5C 0 26 64 36
Octal 377 251 24 0 42 134 0 46 144 66
Binary 11111111 10101001 10100 0 100010 1011100 0 100110 1100100 110110

Color Harmonies of #FFA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA914

Black with #FFA914

Text Example


Text Example

White with #FFA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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