#B25F2A

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

Shades of Fiery Orange #B25F2A

Tints of Fiery Orange #B25F2A

Color information

#B25F2A (or 0xB25F2A) is unknown color: approx Fiery Orange. HEX triplet: B2, 5F and 2A. RGB value is (178,95,42). Sum of RGB (Red+Green+Blue) = 178+95+42=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F2A is #4DA0D5. Grayscale: #727272. Windows color (decimal): -5087446 or 2777010. OLE color: 2777010.

HSL color Cylindrical-coordinate representation of color #B25F2A: hue angle of 23.38º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B25F2A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1789542-
CMYK00.470.760.30
HSL23.38º61.82%43.14%-
HSV(B)23.38º76.4%69.8%-
XYZ22.8717.824.42-
YUV113.7887.5173.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=56.51%
G=30.16%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178954200.470.760.3023.3861.8243.14
HexB25F2A02F4C1E173e2b
Octal2621375205711436277653
Binary101100101011111101010010111110011001111010111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F2A; }

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

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

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

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

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

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

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

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