#90250E

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

Shades of Mandarian Orange #90250E

Tints of Mandarian Orange #90250E

Color information

#90250E (or 0x90250E) is unknown color: approx Mandarian Orange. HEX triplet: 90, 25 and 0E. RGB value is (144,37,14). Sum of RGB (Red+Green+Blue) = 144+37+14=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90250E is #6FDAF1. Grayscale: #424242. Windows color (decimal): -7330546 or 927120. OLE color: 927120.

HSL color Cylindrical-coordinate representation of color #90250E: hue angle of 10.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90250E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1443714-
CMYK00.740.900.44
HSL10.62º82.28%30.98%-
HSV(B)10.62º90.28%56.47%-
XYZ12.247.281.18-
YUV66.3798.45183.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.85%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=73.85%
G=18.97%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144371400.740.900.4410.6282.2830.98
Hex9025E04A5A2Cb521f
Octal22045160112132541312237
Binary1001000010010111100100101010110101011001011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90250E; }

 p { color: rgb(144,37,14); }

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

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

 a { background-color: rgb(144,37,14); }

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

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

 span { border-color: rgb(144,37,14); }

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