Html Css Color HEX #9F240E Mandarian Orange

📋 copy color: '#9F240E'

red 159 ◦ green 36 ◦ blue 14

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

Shades of Mandarian Orange #9F240E

Tints of Mandarian Orange #9F240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 76.08%
G = 17.22%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F240E (or 0x9F240E) is known color: Mandarian Orange. HEX triplet: 9F, 24 and 0E. RGB value is (159,36,14). Sum of RGB (Red+Green+Blue) = 159+36+14=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240E is #60DBF1. Grayscale: #464646. Windows color (decimal): -6347762 or 926879. OLE color: 926879.

HSL color Cylindrical-coordinate representation of color #9F240E: hue angle of 9.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F240E is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 36 14 -
CMYK 0 0.77 0.91 0.38
HSL 9.1º 0.84% 0.34% -
HSV(B) 9.1º 0.91% 0.62% -
XYZ 15.01 8.66 1.3 -
YUV 70.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 159 36 14 0 0.77 0.91 0.38 9.1 0.84 0.34
Hex 9F 24 E 0 4D 5B 26 9 54 22
Octal 237 44 16 0 115 133 46 11 124 42
Binary 10011111 100100 1110 0 1001101 1011011 100110 1001 1010100 100010

Color Harmonies of #9F240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F240E

Black with #9F240E

Text Example


Text Example

White with #9F240E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,36,14); }

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

background-color css

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

 a { background-color: rgb(159,36,14); }

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

border-color css

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

 span { border-color: rgb(159,36,14); }

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