#FFB816

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

Shades of Dark Tangerine #FFB816

Tints of Dark Tangerine #FFB816

Color information

#FFB816 (or 0xFFB816) is unknown color: approx Dark Tangerine. HEX triplet: FF, B8 and 16. RGB value is (255,184,22). Sum of RGB (Red+Green+Blue) = 255+184+22=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB816 is #0047E9. Grayscale: #BBBBBB. Windows color (decimal): -18410 or 1489151. OLE color: 1489151.

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

Color convert

RGB25518422-
CMYK00.280.910
HSL41.72º100%54.31%-
HSV(B)41.72º91.37%100%-
XYZ58.5355.68.41-
YUV186.7635.02176.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 22 (8.98% from 255) = 4.77%
R=55.31%
G=39.91%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551842200.280.91041.7210054.31
HexFFB81601C5B02a6436
Octal3772702603413305214466
Binary111111111011100010110011100101101101010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB816; }

 p { color: rgb(255,184,22); }

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

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

 a { background-color: rgb(255,184,22); }

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

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

 span { border-color: rgb(255,184,22); }

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