Html Css Color HEX #94220A Mandarian Orange

📋 copy color: '#94220A'

red 148 ◦ green 34 ◦ blue 10

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

Shades of Mandarian Orange #94220A

Tints of Mandarian Orange #94220A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 77.08%
G = 17.71%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94220A (or 0x94220A) is known color: Mandarian Orange. HEX triplet: 94, 22 and 0A. RGB value is (148,34,10). Sum of RGB (Red+Green+Blue) = 148+34+10=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #94220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94220A is #6BDDF5. Grayscale: #414141. Windows color (decimal): -7069174 or 664212. OLE color: 664212.

HSL color Cylindrical-coordinate representation of color #94220A: hue angle of 10.43º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94220A is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 34 10 -
CMYK 0 0.77 0.93 0.42
HSL 10.43º 0.87% 0.31% -
HSV(B) 10.43º 0.93% 0.58% -
XYZ 12.84 7.46 1.05 -
YUV 65.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 148 34 10 0 0.77 0.93 0.42 10.43 0.87 0.31
Hex 94 22 A 0 4D 5D 2A A 57 1F
Octal 224 42 12 0 115 135 52 12 127 37
Binary 10010100 100010 1010 0 1001101 1011101 101010 1010 1010111 11111

Color Harmonies of #94220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94220A

Black with #94220A

Text Example


Text Example

White with #94220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94220A; }

 p { color: rgb(148,34,10); }

 H1.HeaderClassName
 {
   color: #94220A;
 }
 .AnyTagClassName
 {
   color: #94220A;
 }
</style>

background-color css

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

 a { background-color: rgb(148,34,10); }

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

border-color css

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

 span { border-color: rgb(148,34,10); }

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