#F1A218

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

Shades of Dark Tangerine #F1A218

Tints of Dark Tangerine #F1A218

Color information

#F1A218 (or 0xF1A218) is unknown color: approx Dark Tangerine. HEX triplet: F1, A2 and 18. RGB value is (241,162,24). Sum of RGB (Red+Green+Blue) = 241+162+24=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A218 is #0E5DE7. Grayscale: #AAAAAA. Windows color (decimal): -941544 or 1614577. OLE color: 1614577.

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

Color convert

RGB24116224-
CMYK00.330.900.05
HSL38.16º88.57%51.96%-
HSV(B)38.16º90.04%94.51%-
XYZ49.3644.616.87-
YUV169.8945.67178.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 24 (9.77% from 255) = 5.62%
R=56.44%
G=37.94%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411622400.330.900.0538.1688.5751.96
HexF1A2180215A5265934
Octal3612423004113254613164
Binary111100011010001011000010000110110101011001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A218; }

 p { color: rgb(241,162,24); }

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

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

 a { background-color: rgb(241,162,24); }

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

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

 span { border-color: rgb(241,162,24); }

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