#942509

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

Shades of Mandarian Orange #942509

Tints of Mandarian Orange #942509

Color information

#942509 (or 0x942509) is unknown color: approx Mandarian Orange. HEX triplet: 94, 25 and 09. RGB value is (148,37,9). Sum of RGB (Red+Green+Blue) = 148+37+9=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #942509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942509 is #6BDAF6. Grayscale: #434343. Windows color (decimal): -7068407 or 599444. OLE color: 599444.

HSL color Cylindrical-coordinate representation of color #942509: hue angle of 12.09º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #942509 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB148379-
CMYK00.750.940.42
HSL12.09º88.54%30.78%-
HSV(B)12.09º93.92%58.04%-
XYZ12.927.641.05-
YUV6795.27185.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.29%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 9 (3.91% from 255) = 4.64%
R=76.29%
G=19.07%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14837900.750.940.4212.0988.5430.78
Hex9425904B5E2Ac591f
Octal22445110113136521413137
Binary1001010010010110010100101110111101010101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942509; }

 p { color: rgb(148,37,9); }

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

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

 a { background-color: rgb(148,37,9); }

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

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

 span { border-color: rgb(148,37,9); }

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