#F5B211

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

Shades of Dark Tangerine #F5B211

Tints of Dark Tangerine #F5B211

Color information

#F5B211 (or 0xF5B211) is unknown color: approx Dark Tangerine. HEX triplet: F5, B2 and 11. RGB value is (245,178,17). Sum of RGB (Red+Green+Blue) = 245+178+17=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5B211 is #0A4DEE. Grayscale: #B4B4B4. Windows color (decimal): -675311 or 1159925. OLE color: 1159925.

HSL color Cylindrical-coordinate representation of color #F5B211: hue angle of 42.37º degrees, saturation: 0.92, 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 #F5B211 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24517817-
CMYK00.270.930.04
HSL42.37º91.94%51.37%-
HSV(B)42.37º93.06%96.08%-
XYZ53.6851.297.6-
YUV179.6836.2174.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.68%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 17 (7.03% from 255) = 3.86%
R=55.68%
G=40.45%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451781700.270.930.0442.3791.9451.37
HexF5B21101B5D42a5c33
Octal3652622103313545213463
Binary11110101101100101000101101110111011001010101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B211; }

 p { color: rgb(245,178,17); }

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

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

 a { background-color: rgb(245,178,17); }

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

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

 span { border-color: rgb(245,178,17); }

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