Html Css Color HEX #FA8701 Dark Orange

📋 copy color: '#FA8701'

red 250 ◦ green 135 ◦ blue 1

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

Shades of Dark Orange #FA8701

Tints of Dark Orange #FA8701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 64.77%
G = 34.97%
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

#FA8701 (or 0xFA8701) is known color: Dark Orange. HEX triplet: FA, 87 and 01. RGB value is (250,135,1). Sum of RGB (Red+Green+Blue) = 250+135+1=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8701 is #0578FE. Grayscale: #9A9A9A. Windows color (decimal): -358655 or 100346. OLE color: 100346.

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

Color convert

RGB 250 135 1 -
CMYK 0 0.46 1.00 0.02
HSL 32.29º 0.99% 0.49% -
HSV(B) 32.29º 1% 0.98% -
XYZ 48.09 37.65 4.76 -
YUV 154.11 41.6 196.4 -
System Red Green Blue C M Y K H S L
Decimal 250 135 1 0 0.46 1.00 0.02 32.29 0.99 0.49
Hex FA 87 1 0 2E 64 2 20 63 31
Octal 372 207 1 0 56 144 2 40 143 61
Binary 11111010 10000111 1 0 101110 1100100 10 100000 1100011 110001

Color Harmonies of #FA8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8701

Black with #FA8701

Text Example


Text Example

White with #FA8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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