#B25426

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

Shades of Fiery Orange #B25426

Tints of Fiery Orange #B25426

Color information

#B25426 (or 0xB25426) is unknown color: approx Fiery Orange. HEX triplet: B2, 54 and 26. RGB value is (178,84,38). Sum of RGB (Red+Green+Blue) = 178+84+38=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B25426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25426 is #4DABD9. Grayscale: #6B6B6B. Windows color (decimal): -5090266 or 2512050. OLE color: 2512050.

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

Color convert

RGB1788438-
CMYK00.530.790.30
HSL19.71º64.81%42.35%-
HSV(B)19.71º78.65%69.8%-
XYZ21.8815.953.76-
YUV106.8689.14178.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=59.33%
G=28%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178843800.530.790.3019.7164.8142.35
HexB254260354F1E14412a
Octal26212446065117362410152
Binary1011001010101001001100110101100111111110101001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25426; }

 p { color: rgb(178,84,38); }

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

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

 a { background-color: rgb(178,84,38); }

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

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

 span { border-color: rgb(178,84,38); }

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