#F3A019

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

Shades of Dark Tangerine #F3A019

Tints of Dark Tangerine #F3A019

Color information

#F3A019 (or 0xF3A019) is unknown color: approx Dark Tangerine. HEX triplet: F3, A0 and 19. RGB value is (243,160,25). Sum of RGB (Red+Green+Blue) = 243+160+25=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3A019 is #0C5FE6. Grayscale: #AAAAAA. Windows color (decimal): -810983 or 1679603. OLE color: 1679603.

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

Color convert

RGB24316025-
CMYK00.340.900.05
HSL37.16º90.08%52.55%-
HSV(B)37.16º89.71%95.29%-
XYZ49.7144.276.84-
YUV169.4346.5180.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.78%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 25 (10.16% from 255) = 5.84%
R=56.78%
G=37.38%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431602500.340.900.0537.1690.0852.55
HexF3A0190225A5255a35
Octal3632403104213254513265
Binary111100111010000011001010001010110101011001011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A019; }

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

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

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

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

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

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

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

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