Html Css Color HEX #94240C Mandarian Orange

📋 copy color: '#94240C'

red 148 ◦ green 36 ◦ blue 12

#94240C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #94240C

Tints of Mandarian Orange #94240C

RGB

 RED value IS 148 (58.2% from 255) = 75.51%

 GREEN value IS 36 (14.45% from 255) = 18.37%

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 75.51%
G = 18.37%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#94240C (or 0x94240C) is known color: Mandarian Orange. HEX triplet: 94, 24 and 0C. RGB value is (148,36,12). Sum of RGB (Red+Green+Blue) = 148+36+12=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #94240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94240C is #6BDBF3. Grayscale: #424242. Windows color (decimal): -7068660 or 795796. OLE color: 795796.

HSL color Cylindrical-coordinate representation of color #94240C: hue angle of 10.59º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94240C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 12 -
CMYK 0 0.76 0.92 0.42
HSL 10.59º 0.85% 0.31% -
HSV(B) 10.59º 0.92% 0.58% -
XYZ 12.91 7.58 1.13 -
YUV 66.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 148 36 12 0 0.76 0.92 0.42 10.59 0.85 0.31
Hex 94 24 C 0 4C 5C 2A B 55 1F
Octal 224 44 14 0 114 134 52 13 125 37
Binary 10010100 100100 1100 0 1001100 1011100 101010 1011 1010101 11111

Color Harmonies of #94240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94240C

Black with #94240C

Text Example


Text Example

White with #94240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94240C; }

 p { color: rgb(148,36,12); }

 H1.HeaderClassName
 {
   color: #94240C;
 }
 .AnyTagClassName
 {
   color: #94240C;
 }
</style>

background-color css

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

 a { background-color: rgb(148,36,12); }

 div.DivClassName
 {
   background-color: #94240C;
 }
 .BgClassName
 {
   background-color: #94240C;
 }
</style>

border-color css

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

 span { border-color: rgb(148,36,12); }

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