Html Css Color HEX #FA8601 Dark Orange

📋 copy color: '#FA8601'

red 250 ◦ green 134 ◦ blue 1

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

Shades of Dark Orange #FA8601

Tints of Dark Orange #FA8601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 64.94%
G = 34.81%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA8601 (or 0xFA8601) is known color: Dark Orange. HEX triplet: FA, 86 and 01. RGB value is (250,134,1). Sum of RGB (Red+Green+Blue) = 250+134+1=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8601 is #0579FE. Grayscale: #9A9A9A. Windows color (decimal): -358911 or 100090. OLE color: 100090.

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

Color convert

RGB 250 134 1 -
CMYK 0 0.46 1.00 0.02
HSL 32.05º 0.99% 0.49% -
HSV(B) 32.05º 1% 0.98% -
XYZ 47.95 37.38 4.72 -
YUV 153.52 41.93 196.81 -
System Red Green Blue C M Y K H S L
Decimal 250 134 1 0 0.46 1.00 0.02 32.05 0.99 0.49
Hex FA 86 1 0 2E 64 2 20 63 31
Octal 372 206 1 0 56 144 2 40 143 61
Binary 11111010 10000110 1 0 101110 1100100 10 100000 1100011 110001

Color Harmonies of #FA8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8601

Black with #FA8601

Text Example


Text Example

White with #FA8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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