Html Css Color HEX #9F240A Mandarian Orange

📋 copy color: '#9F240A'

red 159 ◦ green 36 ◦ blue 10

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

Shades of Mandarian Orange #9F240A

Tints of Mandarian Orange #9F240A

RGB

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

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

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

R = 77.56%
G = 17.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F240A (or 0x9F240A) is known color: Mandarian Orange. HEX triplet: 9F, 24 and 0A. RGB value is (159,36,10). Sum of RGB (Red+Green+Blue) = 159+36+10=205 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.56% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 159 - color contains mainly: red. Hex color #9F240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F240A is #60DBF5. Grayscale: #464646. Windows color (decimal): -6347766 or 664735. OLE color: 664735.

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

Color convert

RGB 159 36 10 -
CMYK 0 0.77 0.94 0.38
HSL 10.47º 0.88% 0.33% -
HSV(B) 10.47º 0.94% 0.62% -
XYZ 14.98 8.65 1.17 -
YUV 69.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 159 36 10 0 0.77 0.94 0.38 10.47 0.88 0.33
Hex 9F 24 A 0 4D 5E 26 A 58 21
Octal 237 44 12 0 115 136 46 12 130 41
Binary 10011111 100100 1010 0 1001101 1011110 100110 1010 1011000 100001

Color Harmonies of #9F240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F240A

Black with #9F240A

Text Example


Text Example

White with #9F240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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