Html Css Color HEX #95240F Mandarian Orange

📋 copy color: '#95240F'

red 149 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #95240F

Tints of Mandarian Orange #95240F

RGB

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

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

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

R = 74.5%
G = 18%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95240F (or 0x95240F) is known color: Mandarian Orange. HEX triplet: 95, 24 and 0F. RGB value is (149,36,15). Sum of RGB (Red+Green+Blue) = 149+36+15=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #95240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95240F is #6ADBF0. Grayscale: #434343. Windows color (decimal): -7003121 or 992405. OLE color: 992405.

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

Color convert

RGB 149 36 15 -
CMYK 0 0.76 0.90 0.42
HSL 9.4º 0.82% 0.32% -
HSV(B) 9.4º 0.9% 0.58% -
XYZ 13.11 7.69 1.24 -
YUV 67.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 149 36 15 0 0.76 0.90 0.42 9.4 0.82 0.32
Hex 95 24 F 0 4C 5A 2A 9 52 20
Octal 225 44 17 0 114 132 52 11 122 40
Binary 10010101 100100 1111 0 1001100 1011010 101010 1001 1010010 100000

Color Harmonies of #95240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95240F

Black with #95240F

Text Example


Text Example

White with #95240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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