Html Css Color HEX #9B260F Mandarian Orange

📋 copy color: '#9B260F'

red 155 ◦ green 38 ◦ blue 15

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

Shades of Mandarian Orange #9B260F

Tints of Mandarian Orange #9B260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

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

R = 74.52%
G = 18.27%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B260F (or 0x9B260F) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 0F. RGB value is (155,38,15). Sum of RGB (Red+Green+Blue) = 155+38+15=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B260F is #64D9F0. Grayscale: #464646. Windows color (decimal): -6609393 or 992923. OLE color: 992923.

HSL color Cylindrical-coordinate representation of color #9B260F: hue angle of 9.86º 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 #9B260F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 38 15 -
CMYK 0 0.75 0.90 0.39
HSL 9.86º 0.82% 0.33% -
HSV(B) 9.86º 0.9% 0.61% -
XYZ 14.3 8.39 1.32 -
YUV 70.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 155 38 15 0 0.75 0.90 0.39 9.86 0.82 0.33
Hex 9B 26 F 0 4B 5A 27 A 52 21
Octal 233 46 17 0 113 132 47 12 122 41
Binary 10011011 100110 1111 0 1001011 1011010 100111 1010 1010010 100001

Color Harmonies of #9B260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B260F

Black with #9B260F

Text Example


Text Example

White with #9B260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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