Html Css Color HEX #95250F Mandarian Orange

📋 copy color: '#95250F'

red 149 ◦ green 37 ◦ blue 15

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

Shades of Mandarian Orange #95250F

Tints of Mandarian Orange #95250F

RGB

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

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

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

R = 74.13%
G = 18.41%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95250F (or 0x95250F) is known color: Mandarian Orange. HEX triplet: 95, 25 and 0F. RGB value is (149,37,15). Sum of RGB (Red+Green+Blue) = 149+37+15=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #95250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95250F is #6ADAF0. Grayscale: #444444. Windows color (decimal): -7002865 or 992661. OLE color: 992661.

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

Color convert

RGB 149 37 15 -
CMYK 0 0.75 0.90 0.42
HSL 9.85º 0.82% 0.32% -
HSV(B) 9.85º 0.9% 0.58% -
XYZ 13.14 7.75 1.25 -
YUV 67.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 149 37 15 0 0.75 0.90 0.42 9.85 0.82 0.32
Hex 95 25 F 0 4B 5A 2A A 52 20
Octal 225 45 17 0 113 132 52 12 122 40
Binary 10010101 100101 1111 0 1001011 1011010 101010 1010 1010010 100000

Color Harmonies of #95250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95250F

Black with #95250F

Text Example


Text Example

White with #95250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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