Html Css Color HEX #FA8600 Dark Orange

📋 copy color: '#FA8600'

red 250 ◦ green 134 ◦ blue 0

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

Shades of Dark Orange #FA8600

Tints of Dark Orange #FA8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.1%
G = 34.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA8600 (or 0xFA8600) is known color: Dark Orange. HEX triplet: FA, 86 and 00. RGB value is (250,134,0). Sum of RGB (Red+Green+Blue) = 250+134+0=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8600 is #0579FF. Grayscale: #9A9A9A. Windows color (decimal): -358912 or 34554. OLE color: 34554.

HSL color Cylindrical-coordinate representation of color #FA8600: hue angle of 32.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8600 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 0 -
CMYK 0 0.46 1 0.02
HSL 32.16º 1% 0.49% -
HSV(B) 32.16º 1% 0.98% -
XYZ 47.95 37.37 4.69 -
YUV 153.41 41.43 196.9 -
System Red Green Blue C M Y K H S L
Decimal 250 134 0 0 0.46 1 0.02 32.16 1 0.49
Hex FA 86 0 0 2E 64 2 20 64 31
Octal 372 206 0 0 56 144 2 40 144 61
Binary 11111010 10000110 0 0 101110 1100100 10 100000 1100100 110001

Color Harmonies of #FA8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8600

Black with #FA8600

Text Example


Text Example

White with #FA8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8600; }

 p { color: rgb(250,134,0); }

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

background-color css

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

 a { background-color: rgb(250,134,0); }

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

border-color css

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

 span { border-color: rgb(250,134,0); }

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