Html Css Color HEX #FA9312 Dark Orange

📋 copy color: '#FA9312'

red 250 ◦ green 147 ◦ blue 18

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

Shades of Dark Orange #FA9312

Tints of Dark Orange #FA9312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 60.24%
G = 35.42%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9312 (or 0xFA9312) is known color: Dark Orange. HEX triplet: FA, 93 and 12. RGB value is (250,147,18). Sum of RGB (Red+Green+Blue) = 250+147+18=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9312 is #056CED. Grayscale: #A3A3A3. Windows color (decimal): -355566 or 1217530. OLE color: 1217530.

HSL color Cylindrical-coordinate representation of color #FA9312: hue angle of 33.36º 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 #FA9312 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 18 -
CMYK 0 0.41 0.93 0.02
HSL 33.36º 0.96% 0.53% -
HSV(B) 33.36º 0.93% 0.98% -
XYZ 49.97 41.24 5.9 -
YUV 163.09 46.12 189.99 -
System Red Green Blue C M Y K H S L
Decimal 250 147 18 0 0.41 0.93 0.02 33.36 0.96 0.53
Hex FA 93 12 0 29 5D 2 21 60 35
Octal 372 223 22 0 51 135 2 41 140 65
Binary 11111010 10010011 10010 0 101001 1011101 10 100001 1100000 110101

Color Harmonies of #FA9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9312

Black with #FA9312

Text Example


Text Example

White with #FA9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9312; }

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

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

background-color css

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

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

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

border-color css

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

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

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