Html Css Color HEX #FA8801 Dark Orange

📋 copy color: '#FA8801'

red 250 ◦ green 136 ◦ blue 1

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

Shades of Dark Orange #FA8801

Tints of Dark Orange #FA8801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

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

R = 64.6%
G = 35.14%
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

#FA8801 (or 0xFA8801) is known color: Dark Orange. HEX triplet: FA, 88 and 01. RGB value is (250,136,1). Sum of RGB (Red+Green+Blue) = 250+136+1=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8801 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8801 is #0577FE. Grayscale: #9B9B9B. Windows color (decimal): -358399 or 100602. OLE color: 100602.

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

Color convert

RGB 250 136 1 -
CMYK 0 0.46 1.00 0.02
HSL 32.53º 0.99% 0.49% -
HSV(B) 32.53º 1% 0.98% -
XYZ 48.23 37.93 4.81 -
YUV 154.7 41.27 195.98 -
System Red Green Blue C M Y K H S L
Decimal 250 136 1 0 0.46 1.00 0.02 32.53 0.99 0.49
Hex FA 88 1 0 2E 64 2 21 63 31
Octal 372 210 1 0 56 144 2 41 143 61
Binary 11111010 10001000 1 0 101110 1100100 10 100001 1100011 110001

Color Harmonies of #FA8801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8801

Black with #FA8801

Text Example


Text Example

White with #FA8801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8801; }

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

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

background-color css

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

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

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

border-color css

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

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

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