Html Css Color HEX #FA9307 Dark Orange

📋 copy color: '#FA9307'

red 250 ◦ green 147 ◦ blue 7

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

Shades of Dark Orange #FA9307

Tints of Dark Orange #FA9307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 61.88%
G = 36.39%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA9307 (or 0xFA9307) is known color: Dark Orange. HEX triplet: FA, 93 and 07. RGB value is (250,147,7). Sum of RGB (Red+Green+Blue) = 250+147+7=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9307 is #056CF8. Grayscale: #A2A2A2. Windows color (decimal): -355577 or 496634. OLE color: 496634.

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

Color convert

RGB 250 147 7 -
CMYK 0 0.41 0.97 0.02
HSL 34.57º 0.96% 0.5% -
HSV(B) 34.57º 0.97% 0.98% -
XYZ 49.9 41.21 5.52 -
YUV 161.84 40.62 190.88 -
System Red Green Blue C M Y K H S L
Decimal 250 147 7 0 0.41 0.97 0.02 34.57 0.96 0.5
Hex FA 93 7 0 29 61 2 23 60 32
Octal 372 223 7 0 51 141 2 43 140 62
Binary 11111010 10010011 111 0 101001 1100001 10 100011 1100000 110010

Color Harmonies of #FA9307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9307

Black with #FA9307

Text Example


Text Example

White with #FA9307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9307; }

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

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

background-color css

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

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

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

border-color css

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

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

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