#F6B712

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

Shades of Dark Tangerine #F6B712

Tints of Dark Tangerine #F6B712

Color information

#F6B712 (or 0xF6B712) is unknown color: approx Dark Tangerine. HEX triplet: F6, B7 and 12. RGB value is (246,183,18). Sum of RGB (Red+Green+Blue) = 246+183+18=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6B712 is #0948ED. Grayscale: #B7B7B7. Windows color (decimal): -608494 or 1226742. OLE color: 1226742.

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

Color convert

RGB24618318-
CMYK00.260.930.04
HSL43.42º92.68%51.76%-
HSV(B)43.42º92.68%96.47%-
XYZ55.0553.58-
YUV183.0334.87172.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.03%
GREEN value IS 183 (71.88% from 255) = 40.94%
BLUE value IS 18 (7.42% from 255) = 4.03%
R=55.03%
G=40.94%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461831800.260.930.0443.4292.6851.76
HexF6B71201A5D42b5d34
Octal3662672203213545313564
Binary11110110101101111001001101010111011001010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B712; }

 p { color: rgb(246,183,18); }

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

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

 a { background-color: rgb(246,183,18); }

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

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

 span { border-color: rgb(246,183,18); }

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