Html Css Color HEX #FFA514 Dark Tangerine

📋 copy color: '#FFA514'

red 255 ◦ green 165 ◦ blue 20

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

Shades of Dark Tangerine #FFA514

Tints of Dark Tangerine #FFA514

RGB

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

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

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

R = 57.95%
G = 37.5%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA514 (or 0xFFA514) is known color: Dark Tangerine. HEX triplet: FF, A5 and 14. RGB value is (255,165,20). Sum of RGB (Red+Green+Blue) = 255+165+20=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA514 is #005AEB. Grayscale: #B0B0B0. Windows color (decimal): -23276 or 1353215. OLE color: 1353215.

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

Color convert

RGB 255 165 20 -
CMYK 0 0.35 0.92 0
HSL 37.02º 1% 0.54% -
HSV(B) 37.02º 0.92% 1% -
XYZ 54.82 48.22 7.08 -
YUV 175.38 40.32 184.79 -
System Red Green Blue C M Y K H S L
Decimal 255 165 20 0 0.35 0.92 0 37.02 1 0.54
Hex FF A5 14 0 23 5C 0 25 64 36
Octal 377 245 24 0 43 134 0 45 144 66
Binary 11111111 10100101 10100 0 100011 1011100 0 100101 1100100 110110

Color Harmonies of #FFA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA514

Black with #FFA514

Text Example


Text Example

White with #FFA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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