Html Css Color HEX #9B250E Mandarian Orange

📋 copy color: '#9B250E'

red 155 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #9B250E

Tints of Mandarian Orange #9B250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 75.24%
G = 17.96%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B250E (or 0x9B250E) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 0E. RGB value is (155,37,14). Sum of RGB (Red+Green+Blue) = 155+37+14=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B250E is #64DAF1. Grayscale: #454545. Windows color (decimal): -6609650 or 927131. OLE color: 927131.

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

Color convert

RGB 155 37 14 -
CMYK 0 0.76 0.91 0.39
HSL 9.79º 0.83% 0.33% -
HSV(B) 9.79º 0.91% 0.61% -
XYZ 14.26 8.32 1.27 -
YUV 69.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 155 37 14 0 0.76 0.91 0.39 9.79 0.83 0.33
Hex 9B 25 E 0 4C 5B 27 A 53 21
Octal 233 45 16 0 114 133 47 12 123 41
Binary 10011011 100101 1110 0 1001100 1011011 100111 1010 1010011 100001

Color Harmonies of #9B250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B250E

Black with #9B250E

Text Example


Text Example

White with #9B250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,14); }

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

background-color css

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

 a { background-color: rgb(155,37,14); }

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

border-color css

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

 span { border-color: rgb(155,37,14); }

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