#FFB321

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

Shades of Dark Tangerine #FFB321

Tints of Dark Tangerine #FFB321

Color information

#FFB321 (or 0xFFB321) is unknown color: approx Dark Tangerine. HEX triplet: FF, B3 and 21. RGB value is (255,179,33). Sum of RGB (Red+Green+Blue) = 255+179+33=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB321 is #004CDE. Grayscale: #B9B9B9. Windows color (decimal): -19679 or 2208767. OLE color: 2208767.

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

Color convert

RGB25517933-
CMYK00.300.870
HSL39.46º100%56.47%-
HSV(B)39.46º87.06%100%-
XYZ57.6353.618.75-
YUV185.0842.18177.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 33 (13.28% from 255) = 7.07%
R=54.60%
G=38.33%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551793300.300.87039.4610056.47
HexFFB32101E570276438
Octal3772634103612704714470
Binary1111111110110011100001011110101011101001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB321; }

 p { color: rgb(255,179,33); }

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

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

 a { background-color: rgb(255,179,33); }

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

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

 span { border-color: rgb(255,179,33); }

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