Html Css Color HEX #96250F Mandarian Orange

📋 copy color: '#96250F'

red 150 ◦ green 37 ◦ blue 15

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

Shades of Mandarian Orange #96250F

Tints of Mandarian Orange #96250F

RGB

 RED value IS 150 (58.98% from 255) = 74.26%

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

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

R = 74.26%
G = 18.32%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96250F (or 0x96250F) is known color: Mandarian Orange. HEX triplet: 96, 25 and 0F. RGB value is (150,37,15). Sum of RGB (Red+Green+Blue) = 150+37+15=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #96250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96250F is #69DAF0. Grayscale: #444444. Windows color (decimal): -6937329 or 992662. OLE color: 992662.

HSL color Cylindrical-coordinate representation of color #96250F: hue angle of 9.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96250F is Cyan = 0, Magento = 0.75, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 15 -
CMYK 0 0.75 0.9 0.41
HSL 9.78º 0.82% 0.32% -
HSV(B) 9.78º 0.9% 0.59% -
XYZ 13.33 7.84 1.26 -
YUV 68.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 150 37 15 0 0.75 0.9 0.41 9.78 0.82 0.32
Hex 96 25 F 0 4B 5A 29 A 52 20
Octal 226 45 17 0 113 132 51 12 122 40
Binary 10010110 100101 1111 0 1001011 1011010 101001 1010 1010010 100000

Color Harmonies of #96250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96250F

Black with #96250F

Text Example


Text Example

White with #96250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96250F; }

 p { color: rgb(150,37,15); }

 H1.HeaderClassName
 {
   color: #96250F;
 }
 .AnyTagClassName
 {
   color: #96250F;
 }
</style>

background-color css

<style>
 a { background-color: #96250F; }

 a { background-color: rgb(150,37,15); }

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

border-color css

<style>
 span { border-color: #96250F; }

 span { border-color: rgb(150,37,15); }

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