#90240F

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

Shades of Mandarian Orange #90240F

Tints of Mandarian Orange #90240F

Color information

#90240F (or 0x90240F) is unknown color: approx Mandarian Orange. HEX triplet: 90, 24 and 0F. RGB value is (144,36,15). Sum of RGB (Red+Green+Blue) = 144+36+15=195 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.85% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 144 - color contains mainly: red. Hex color #90240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90240F is #6FDBF0. Grayscale: #424242. Windows color (decimal): -7330801 or 992400. OLE color: 992400.

HSL color Cylindrical-coordinate representation of color #90240F: hue angle of 9.77º degrees, saturation: 0.81, 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 #90240F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1443615-
CMYK00.750.900.44
HSL9.77º81.13%31.18%-
HSV(B)9.77º89.58%56.47%-
XYZ12.227.231.2-
YUV65.999.28183.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.85%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=73.85%
G=18.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144361500.750.900.449.7781.1331.18
Hex9024F04B5A2Ca511f
Octal22044170113132541212137
Binary1001000010010011110100101110110101011001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90240F; }

 p { color: rgb(144,36,15); }

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

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

 a { background-color: rgb(144,36,15); }

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

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

 span { border-color: rgb(144,36,15); }

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