#ffb211

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

Shades of Dark Tangerine #FFB211

Tints of Dark Tangerine #FFB211

Color information

#FFB211 (or 0xFFB211) is unknown color: approx Dark Tangerine. HEX triplet: FF, B2 and 11. RGB value is (255,178,17). Sum of RGB (Red+Green+Blue) = 255+178+17=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB211 is #004DEE. Grayscale: #B7B7B7. Windows color (decimal): -19951 or 1159935. OLE color: 1159935.

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

Color convert

RGB25517817-
CMYK00.300.930
HSL40.59º100%53.33%-
HSV(B)40.59º93.33%100%-
XYZ57.2653.147.77-
YUV182.6734.51179.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 178 (69.92% from 255) = 39.56%
BLUE value IS 17 (7.03% from 255) = 3.78%
R=56.67%
G=39.56%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551781700.300.93040.5910053.33
HexFFB21101E5D0296435
Octal3772622103613505114465
Binary111111111011001010001011110101110101010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffb211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffb211; }

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

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

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

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

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

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

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

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