#B25A22

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

Shades of Fiery Orange #B25A22

Tints of Fiery Orange #B25A22

Color information

#B25A22 (or 0xB25A22) is unknown color: approx Fiery Orange. HEX triplet: B2, 5A and 22. RGB value is (178,90,34). Sum of RGB (Red+Green+Blue) = 178+90+34=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A22 is #4DA5DD. Grayscale: #6E6E6E. Windows color (decimal): -5088734 or 2251442. OLE color: 2251442.

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

Color convert

RGB1789034-
CMYK00.490.810.30
HSL23.33º67.92%41.57%-
HSV(B)23.33º80.9%69.8%-
XYZ22.316.893.6-
YUV109.9385.15176.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.94%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=58.94%
G=29.80%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178903400.490.810.3023.3367.9241.57
HexB25A22031511E17442a
Octal26213242061121362710452
Binary1011001010110101000100110001101000111110101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A22; }

 p { color: rgb(178,90,34); }

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

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

 a { background-color: rgb(178,90,34); }

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

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

 span { border-color: rgb(178,90,34); }

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