Html Css Color HEX #FA9112 Dark Orange

📋 copy color: '#FA9112'

red 250 ◦ green 145 ◦ blue 18

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

Shades of Dark Orange #FA9112

Tints of Dark Orange #FA9112

RGB

 RED value IS 250 (98.05% from 255) = 60.53%

 GREEN value IS 145 (57.03% from 255) = 35.11%

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 60.53%
G = 35.11%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9112 (or 0xFA9112) is known color: Dark Orange. HEX triplet: FA, 91 and 12. RGB value is (250,145,18). Sum of RGB (Red+Green+Blue) = 250+145+18=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9112 is #056EED. Grayscale: #A2A2A2. Windows color (decimal): -356078 or 1217018. OLE color: 1217018.

HSL color Cylindrical-coordinate representation of color #FA9112: hue angle of 32.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA9112 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 145 18 -
CMYK 0 0.42 0.93 0.02
HSL 32.84º 0.96% 0.53% -
HSV(B) 32.84º 0.93% 0.98% -
XYZ 49.66 40.62 5.8 -
YUV 161.92 46.79 190.83 -
System Red Green Blue C M Y K H S L
Decimal 250 145 18 0 0.42 0.93 0.02 32.84 0.96 0.53
Hex FA 91 12 0 2A 5D 2 21 60 35
Octal 372 221 22 0 52 135 2 41 140 65
Binary 11111010 10010001 10010 0 101010 1011101 10 100001 1100000 110101

Color Harmonies of #FA9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9112

Black with #FA9112

Text Example


Text Example

White with #FA9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9112; }

 p { color: rgb(250,145,18); }

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

background-color css

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

 a { background-color: rgb(250,145,18); }

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

border-color css

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

 span { border-color: rgb(250,145,18); }

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