Html Css Color HEX #98240F Mandarian Orange

📋 copy color: '#98240F'

red 152 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #98240F

Tints of Mandarian Orange #98240F

RGB

 RED value IS 152 (59.77% from 255) = 74.88%

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

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

R = 74.88%
G = 17.73%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98240F (or 0x98240F) is known color: Mandarian Orange. HEX triplet: 98, 24 and 0F. RGB value is (152,36,15). Sum of RGB (Red+Green+Blue) = 152+36+15=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240F is #67DBF0. Grayscale: #444444. Windows color (decimal): -6806513 or 992408. OLE color: 992408.

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

Color convert

RGB 152 36 15 -
CMYK 0 0.76 0.90 0.40
HSL 9.2º 0.82% 0.33% -
HSV(B) 9.2º 0.9% 0.6% -
XYZ 13.67 7.97 1.27 -
YUV 68.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 152 36 15 0 0.76 0.90 0.40 9.2 0.82 0.33
Hex 98 24 F 0 4C 5A 28 9 52 21
Octal 230 44 17 0 114 132 50 11 122 41
Binary 10011000 100100 1111 0 1001100 1011010 101000 1001 1010010 100001

Color Harmonies of #98240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98240F

Black with #98240F

Text Example


Text Example

White with #98240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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