#FFB621

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

Shades of Dark Tangerine #FFB621

Tints of Dark Tangerine #FFB621

Color information

#FFB621 (or 0xFFB621) is unknown color: approx Dark Tangerine. HEX triplet: FF, B6 and 21. RGB value is (255,182,33). Sum of RGB (Red+Green+Blue) = 255+182+33=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB621 is #0049DE. Grayscale: #BBBBBB. Windows color (decimal): -18911 or 2209535. OLE color: 2209535.

HSL color Cylindrical-coordinate representation of color #FFB621: hue angle of 40.27º 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 #FFB621 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB25518233-
CMYK00.290.870
HSL40.27º100%56.47%-
HSV(B)40.27º87.06%100%-
XYZ58.2454.838.95-
YUV186.8441.18176.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 33 (13.28% from 255) = 7.02%
R=54.26%
G=38.72%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551823300.290.87040.2710056.47
HexFFB62101D570286438
Octal3772664103512705014470
Binary1111111110110110100001011101101011101010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB621; }

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

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

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

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

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

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

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

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