#F3A014

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

Shades of Dark Tangerine #F3A014

Tints of Dark Tangerine #F3A014

Color information

#F3A014 (or 0xF3A014) is unknown color: approx Dark Tangerine. HEX triplet: F3, A0 and 14. RGB value is (243,160,20). Sum of RGB (Red+Green+Blue) = 243+160+20=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A014 is #0C5FEB. Grayscale: #A9A9A9. Windows color (decimal): -810988 or 1351923. OLE color: 1351923.

HSL color Cylindrical-coordinate representation of color #F3A014: hue angle of 37.67º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3A014 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB24316020-
CMYK00.340.920.05
HSL37.67º90.28%51.57%-
HSV(B)37.67º91.77%95.29%-
XYZ49.6644.256.58-
YUV168.8644180.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.45%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 20 (8.20% from 255) = 4.73%
R=57.45%
G=37.83%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431602000.340.920.0537.6790.2851.57
HexF3A0140225C5265a34
Octal3632402404213454613264
Binary111100111010000010100010001010111001011001101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A014; }

 p { color: rgb(243,160,20); }

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

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

 a { background-color: rgb(243,160,20); }

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

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

 span { border-color: rgb(243,160,20); }

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