Html Css Color HEX #94230A Mandarian Orange

📋 copy color: '#94230A'

red 148 ◦ green 35 ◦ blue 10

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

Shades of Mandarian Orange #94230A

Tints of Mandarian Orange #94230A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 76.68%
G = 18.13%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94230A (or 0x94230A) is known color: Mandarian Orange. HEX triplet: 94, 23 and 0A. RGB value is (148,35,10). Sum of RGB (Red+Green+Blue) = 148+35+10=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #94230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94230A is #6BDCF5. Grayscale: #424242. Windows color (decimal): -7068918 or 664468. OLE color: 664468.

HSL color Cylindrical-coordinate representation of color #94230A: hue angle of 10.87º 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 #94230A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 35 10 -
CMYK 0 0.76 0.93 0.42
HSL 10.87º 0.87% 0.31% -
HSV(B) 10.87º 0.93% 0.58% -
XYZ 12.87 7.52 1.06 -
YUV 65.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 148 35 10 0 0.76 0.93 0.42 10.87 0.87 0.31
Hex 94 23 A 0 4C 5D 2A B 57 1F
Octal 224 43 12 0 114 135 52 13 127 37
Binary 10010100 100011 1010 0 1001100 1011101 101010 1011 1010111 11111

Color Harmonies of #94230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94230A

Black with #94230A

Text Example


Text Example

White with #94230A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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