Html Css Color HEX #9F1E04 Mandarian Orange

📋 copy color: '#9F1E04'

red 159 ◦ green 30 ◦ blue 4

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

Shades of Mandarian Orange #9F1E04

Tints of Mandarian Orange #9F1E04

RGB

 RED value IS 159 (62.5% from 255) = 82.38%

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 82.38%
G = 15.54%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F1E04 (or 0x9F1E04) is known color: Mandarian Orange. HEX triplet: 9F, 1E and 04. RGB value is (159,30,4). Sum of RGB (Red+Green+Blue) = 159+30+4=193 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.38% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1E04 is #60E1FB. Grayscale: #414141. Windows color (decimal): -6349308 or 269983. OLE color: 269983.

HSL color Cylindrical-coordinate representation of color #9F1E04: hue angle of 10.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F1E04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 4 -
CMYK 0 0.81 0.97 0.38
HSL 10.06º 0.95% 0.32% -
HSV(B) 10.06º 0.97% 0.62% -
XYZ 14.78 8.31 0.94 -
YUV 65.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 159 30 4 0 0.81 0.97 0.38 10.06 0.95 0.32
Hex 9F 1E 4 0 51 61 26 A 5F 20
Octal 237 36 4 0 121 141 46 12 137 40
Binary 10011111 11110 100 0 1010001 1100001 100110 1010 1011111 100000

Color Harmonies of #9F1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E04

Black with #9F1E04

Text Example


Text Example

White with #9F1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1E04; }

 p { color: rgb(159,30,4); }

 H1.HeaderClassName
 {
   color: #9F1E04;
 }
 .AnyTagClassName
 {
   color: #9F1E04;
 }
</style>

background-color css

<style>
 a { background-color: #9F1E04; }

 a { background-color: rgb(159,30,4); }

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

border-color css

<style>
 span { border-color: #9F1E04; }

 span { border-color: rgb(159,30,4); }

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