#b25f26

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

Shades of Fiery Orange #B25F26

Tints of Fiery Orange #B25F26

Color information

#B25F26 (or 0xB25F26) is unknown color: approx Fiery Orange. HEX triplet: B2, 5F and 26. RGB value is (178,95,38). Sum of RGB (Red+Green+Blue) = 178+95+38=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F26 is #4DA0D9. Grayscale: #717171. Windows color (decimal): -5087450 or 2514866. OLE color: 2514866.

HSL color Cylindrical-coordinate representation of color #B25F26: hue angle of 24.43º 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 #B25F26 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1789538-
CMYK00.470.790.30
HSL24.43º64.81%42.35%-
HSV(B)24.43º78.65%69.8%-
XYZ22.817.794.07-
YUV113.3285.5174.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=57.23%
G=30.55%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178953800.470.790.3024.4364.8142.35
HexB25F2602F4F1E18412a
Octal26213746057117363010152
Binary1011001010111111001100101111100111111110110001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25f26; }

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

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

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

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

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

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

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

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