Html Css Color HEX #90250F Mandarian Orange

📋 copy color: '#90250F'

red 144 ◦ green 37 ◦ blue 15

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

Shades of Mandarian Orange #90250F

Tints of Mandarian Orange #90250F

RGB

 RED value IS 144 (56.64% from 255) = 73.47%

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

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

R = 73.47%
G = 18.88%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90250F (or 0x90250F) is known color: Mandarian Orange. HEX triplet: 90, 25 and 0F. RGB value is (144,37,15). Sum of RGB (Red+Green+Blue) = 144+37+15=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90250F is #6FDAF0. Grayscale: #424242. Windows color (decimal): -7330545 or 992656. OLE color: 992656.

HSL color Cylindrical-coordinate representation of color #90250F: hue angle of 10.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90250F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 15 -
CMYK 0 0.74 0.90 0.44
HSL 10.23º 0.81% 0.31% -
HSV(B) 10.23º 0.9% 0.56% -
XYZ 12.25 7.29 1.21 -
YUV 66.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 144 37 15 0 0.74 0.90 0.44 10.23 0.81 0.31
Hex 90 25 F 0 4A 5A 2C A 51 1F
Octal 220 45 17 0 112 132 54 12 121 37
Binary 10010000 100101 1111 0 1001010 1011010 101100 1010 1010001 11111

Color Harmonies of #90250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90250F

Black with #90250F

Text Example


Text Example

White with #90250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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