#ffa714

Color #FFA714 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FFA714

Tints of Dark Tangerine #FFA714

Color information

#FFA714 (or 0xFFA714) is unknown color: approx Dark Tangerine. HEX triplet: FF, A7 and 14. RGB value is (255,167,20). Sum of RGB (Red+Green+Blue) = 255+167+20=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA714 is #0058EB. Grayscale: #B1B1B1. Windows color (decimal): -22764 or 1353727. OLE color: 1353727.

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

Color convert

RGB25516720-
CMYK00.350.920
HSL37.53º100%53.92%-
HSV(B)37.53º92.16%100%-
XYZ55.1848.957.2-
YUV176.5539.65183.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 20 (8.20% from 255) = 4.52%
R=57.69%
G=37.78%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551672000.350.92037.5310053.92
HexFFA7140235C0266436
Octal3772472404313404614466
Binary1111111110100111101000100011101110001001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa714; }

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

 H1.HeaderClassName
 {
   color: #ffa714;
 }
 .AnyTagClassName
 {
   color: #ffa714;
 }
</style>
background-color css

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

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

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

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

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

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