#F1A315

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

Shades of Dark Tangerine #F1A315

Tints of Dark Tangerine #F1A315

Color information

#F1A315 (or 0xF1A315) is unknown color: approx Dark Tangerine. HEX triplet: F1, A3 and 15. RGB value is (241,163,21). Sum of RGB (Red+Green+Blue) = 241+163+21=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A315 is #0E5CEA. Grayscale: #AAAAAA. Windows color (decimal): -941291 or 1418225. OLE color: 1418225.

HSL color Cylindrical-coordinate representation of color #F1A315: hue angle of 38.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1A315 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB24116321-
CMYK00.320.910.05
HSL38.73º88.71%51.37%-
HSV(B)38.73º91.29%94.51%-
XYZ49.5144.956.78-
YUV170.1343.84178.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.71%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=56.71%
G=38.35%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411632100.320.910.0538.7388.7151.37
HexF1A3150205B5275933
Octal3612432504013354713163
Binary111100011010001110101010000010110111011001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A315; }

 p { color: rgb(241,163,21); }

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

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

 a { background-color: rgb(241,163,21); }

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

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

 span { border-color: rgb(241,163,21); }

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