Html Css Color HEX #9B240F Mandarian Orange

📋 copy color: '#9B240F'

red 155 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #9B240F

Tints of Mandarian Orange #9B240F

RGB

 RED value IS 155 (60.94% from 255) = 75.24%

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

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

R = 75.24%
G = 17.48%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B240F (or 0x9B240F) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 0F. RGB value is (155,36,15). Sum of RGB (Red+Green+Blue) = 155+36+15=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B240F is #64DBF0. Grayscale: #454545. Windows color (decimal): -6609905 or 992411. OLE color: 992411.

HSL color Cylindrical-coordinate representation of color #9B240F: hue angle of 9º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B240F is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 15 -
CMYK 0 0.77 0.90 0.39
HSL 0.82% 0.33% -
HSV(B) 0.9% 0.61% -
XYZ 14.23 8.26 1.3 -
YUV 69.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 155 36 15 0 0.77 0.90 0.39 9 0.82 0.33
Hex 9B 24 F 0 4D 5A 27 9 52 21
Octal 233 44 17 0 115 132 47 11 122 41
Binary 10011011 100100 1111 0 1001101 1011010 100111 1001 1010010 100001

Color Harmonies of #9B240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B240F

Black with #9B240F

Text Example


Text Example

White with #9B240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,15); }

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

background-color css

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

 a { background-color: rgb(155,36,15); }

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

border-color css

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

 span { border-color: rgb(155,36,15); }

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