#b25621

Color #B25621 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B25621

Tints of Fiery Orange #B25621

Color information

#B25621 (or 0xB25621) is unknown color: approx Fiery Orange. HEX triplet: B2, 56 and 21. RGB value is (178,86,33). Sum of RGB (Red+Green+Blue) = 178+86+33=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B25621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25621 is #4DA9DE. Grayscale: #6B6B6B. Windows color (decimal): -5089759 or 2184882. OLE color: 2184882.

HSL color Cylindrical-coordinate representation of color #B25621: hue angle of 21.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B25621 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1788633-
CMYK00.520.810.30
HSL21.93º68.72%41.37%-
HSV(B)21.93º81.46%69.8%-
XYZ21.9616.233.41-
YUV107.4785.98178.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=59.93%
G=28.96%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178863300.520.810.3021.9368.7241.37
HexB25621034511E164529
Octal26212641064121362610551
Binary1011001010101101000010110100101000111110101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25621; }

 p { color: rgb(178,86,33); }

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

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

 a { background-color: rgb(178,86,33); }

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

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

 span { border-color: rgb(178,86,33); }

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