#F4AB12

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

Shades of Dark Tangerine #F4AB12

Tints of Dark Tangerine #F4AB12

Color information

#F4AB12 (or 0xF4AB12) is unknown color: approx Dark Tangerine. HEX triplet: F4, AB and 12. RGB value is (244,171,18). Sum of RGB (Red+Green+Blue) = 244+171+18=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4AB12 is #0B54ED. Grayscale: #B0B0B0. Windows color (decimal): -742638 or 1223668. OLE color: 1223668.

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

Color convert

RGB24417118-
CMYK00.300.930.04
HSL40.62º91.13%51.37%-
HSV(B)40.62º92.62%95.69%-
XYZ51.9848.47.18-
YUV175.3839.18176.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.35%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 18 (7.42% from 255) = 4.16%
R=56.35%
G=39.49%
B=4.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441711800.300.930.0440.6291.1351.37
HexF4AB1201E5D4295b33
Octal3642532203613545113363
Binary11110100101010111001001111010111011001010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AB12; }

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

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

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

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

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

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

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

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