Html Css Color HEX #94270F Mandarian Orange

📋 copy color: '#94270F'

red 148 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #94270F

Tints of Mandarian Orange #94270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

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

R = 73.27%
G = 19.31%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94270F (or 0x94270F) is known color: Mandarian Orange. HEX triplet: 94, 27 and 0F. RGB value is (148,39,15). Sum of RGB (Red+Green+Blue) = 148+39+15=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #94270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94270F is #6BD8F0. Grayscale: #454545. Windows color (decimal): -7067889 or 993172. OLE color: 993172.

HSL color Cylindrical-coordinate representation of color #94270F: hue angle of 10.83º 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 #94270F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 39 15 -
CMYK 0 0.74 0.90 0.42
HSL 10.83º 0.82% 0.32% -
HSV(B) 10.83º 0.9% 0.58% -
XYZ 13.02 7.78 1.27 -
YUV 68.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 148 39 15 0 0.74 0.90 0.42 10.83 0.82 0.32
Hex 94 27 F 0 4A 5A 2A B 52 20
Octal 224 47 17 0 112 132 52 13 122 40
Binary 10010100 100111 1111 0 1001010 1011010 101010 1011 1010010 100000

Color Harmonies of #94270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94270F

Black with #94270F

Text Example


Text Example

White with #94270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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