#F3AB12

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

Shades of Dark Tangerine #F3AB12

Tints of Dark Tangerine #F3AB12

Color information

#F3AB12 (or 0xF3AB12) is unknown color: approx Dark Tangerine. HEX triplet: F3, AB and 12. RGB value is (243,171,18). Sum of RGB (Red+Green+Blue) = 243+171+18=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F3AB12 is #0C54ED. Grayscale: #AFAFAF. Windows color (decimal): -808174 or 1223667. OLE color: 1223667.

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

Color convert

RGB24317118-
CMYK00.300.930.05
HSL40.8º90.36%51.18%-
HSV(B)40.8º92.59%95.29%-
XYZ51.6348.227.16-
YUV175.0939.35176.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.25%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 18 (7.42% from 255) = 4.17%
R=56.25%
G=39.58%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431711800.300.930.0540.890.3651.18
HexF3AB1201E5D5295a33
Octal3632532203613555113263
Binary11110011101010111001001111010111011011010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AB12; }

 p { color: rgb(243,171,18); }

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

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

 a { background-color: rgb(243,171,18); }

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

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

 span { border-color: rgb(243,171,18); }

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