Html Css Color HEX #94200F Mandarian Orange

📋 copy color: '#94200F'

red 148 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #94200F

Tints of Mandarian Orange #94200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 75.9%
G = 16.41%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94200F (or 0x94200F) is known color: Mandarian Orange. HEX triplet: 94, 20 and 0F. RGB value is (148,32,15). Sum of RGB (Red+Green+Blue) = 148+32+15=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #94200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94200F is #6BDFF0. Grayscale: #404040. Windows color (decimal): -7069681 or 991380. OLE color: 991380.

HSL color Cylindrical-coordinate representation of color #94200F: hue angle of 7.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94200F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 15 -
CMYK 0 0.78 0.90 0.42
HSL 7.67º 0.82% 0.32% -
HSV(B) 7.67º 0.9% 0.58% -
XYZ 12.82 7.36 1.2 -
YUV 64.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 148 32 15 0 0.78 0.90 0.42 7.67 0.82 0.32
Hex 94 20 F 0 4E 5A 2A 8 52 20
Octal 224 40 17 0 116 132 52 10 122 40
Binary 10010100 100000 1111 0 1001110 1011010 101010 1000 1010010 100000

Color Harmonies of #94200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94200F

Black with #94200F

Text Example


Text Example

White with #94200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,32,15); }

 H1.HeaderClassName
 {
   color: #94200F;
 }
 .AnyTagClassName
 {
   color: #94200F;
 }
</style>

background-color css

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

 a { background-color: rgb(148,32,15); }

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

border-color css

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

 span { border-color: rgb(148,32,15); }

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