Html Css Color HEX #95240C Mandarian Orange

📋 copy color: '#95240C'

red 149 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #95240C

Tints of Mandarian Orange #95240C

RGB

 RED value IS 149 (58.59% from 255) = 75.63%

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

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 75.63%
G = 18.27%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95240C (or 0x95240C) is known color: Mandarian Orange. HEX triplet: 95, 24 and 0C. RGB value is (149,36,12). Sum of RGB (Red+Green+Blue) = 149+36+12=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95240C is #6ADBF3. Grayscale: #434343. Windows color (decimal): -7003124 or 795797. OLE color: 795797.

HSL color Cylindrical-coordinate representation of color #95240C: hue angle of 10.51º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95240C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 12 -
CMYK 0 0.76 0.92 0.42
HSL 10.51º 0.85% 0.32% -
HSV(B) 10.51º 0.92% 0.58% -
XYZ 13.09 7.68 1.14 -
YUV 67.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 149 36 12 0 0.76 0.92 0.42 10.51 0.85 0.32
Hex 95 24 C 0 4C 5C 2A B 55 20
Octal 225 44 14 0 114 134 52 13 125 40
Binary 10010101 100100 1100 0 1001100 1011100 101010 1011 1010101 100000

Color Harmonies of #95240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95240C

Black with #95240C

Text Example


Text Example

White with #95240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95240C; }

 p { color: rgb(149,36,12); }

 H1.HeaderClassName
 {
   color: #95240C;
 }
 .AnyTagClassName
 {
   color: #95240C;
 }
</style>

background-color css

<style>
 a { background-color: #95240C; }

 a { background-color: rgb(149,36,12); }

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

border-color css

<style>
 span { border-color: #95240C; }

 span { border-color: rgb(149,36,12); }

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