Html Css Color HEX #FA8805 Dark Orange

📋 copy color: '#FA8805'

red 250 ◦ green 136 ◦ blue 5

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

Shades of Dark Orange #FA8805

Tints of Dark Orange #FA8805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 63.94%
G = 34.78%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA8805 (or 0xFA8805) is known color: Dark Orange. HEX triplet: FA, 88 and 05. RGB value is (250,136,5). Sum of RGB (Red+Green+Blue) = 250+136+5=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8805 is #0577FA. Grayscale: #9B9B9B. Windows color (decimal): -358395 or 362746. OLE color: 362746.

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

Color convert

RGB 250 136 5 -
CMYK 0 0.46 0.98 0.02
HSL 32.08º 0.96% 0.5% -
HSV(B) 32.08º 0.98% 0.98% -
XYZ 48.26 37.94 4.92 -
YUV 155.15 43.27 195.65 -
System Red Green Blue C M Y K H S L
Decimal 250 136 5 0 0.46 0.98 0.02 32.08 0.96 0.5
Hex FA 88 5 0 2E 62 2 20 60 32
Octal 372 210 5 0 56 142 2 40 140 62
Binary 11111010 10001000 101 0 101110 1100010 10 100000 1100000 110010

Color Harmonies of #FA8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8805

Black with #FA8805

Text Example


Text Example

White with #FA8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8805; }

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

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

background-color css

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

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

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

border-color css

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

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

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