Html Css Color HEX #90260F Mandarian Orange

📋 copy color: '#90260F'

red 144 ◦ green 38 ◦ blue 15

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

Shades of Mandarian Orange #90260F

Tints of Mandarian Orange #90260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

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

R = 73.1%
G = 19.29%
B = 7.61%

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

#90260F (or 0x90260F) is known color: Mandarian Orange. HEX triplet: 90, 26 and 0F. RGB value is (144,38,15). Sum of RGB (Red+Green+Blue) = 144+38+15=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90260F is #6FD9F0. Grayscale: #434343. Windows color (decimal): -7330289 or 992912. OLE color: 992912.

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

Color convert

RGB 144 38 15 -
CMYK 0 0.74 0.90 0.44
HSL 10.7º 0.81% 0.31% -
HSV(B) 10.7º 0.9% 0.56% -
XYZ 12.28 7.35 1.22 -
YUV 67.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 144 38 15 0 0.74 0.90 0.44 10.7 0.81 0.31
Hex 90 26 F 0 4A 5A 2C B 51 1F
Octal 220 46 17 0 112 132 54 13 121 37
Binary 10010000 100110 1111 0 1001010 1011010 101100 1011 1010001 11111

Color Harmonies of #90260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90260F

Black with #90260F

Text Example


Text Example

White with #90260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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