Html Css Color HEX #FA8800 Dark Orange

📋 copy color: '#FA8800'

red 250 ◦ green 136 ◦ blue 0

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

Shades of Dark Orange #FA8800

Tints of Dark Orange #FA8800

RGB

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

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

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

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

#FA8800 (or 0xFA8800) is known color: Dark Orange. HEX triplet: FA, 88 and 00. RGB value is (250,136,0). Sum of RGB (Red+Green+Blue) = 250+136+0=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8800 is #0577FF. Grayscale: #9B9B9B. Windows color (decimal): -358400 or 35066. OLE color: 35066.

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

Color convert

RGB 250 136 0 -
CMYK 0 0.46 1 0.02
HSL 32.64º 1% 0.49% -
HSV(B) 32.64º 1% 0.98% -
XYZ 48.23 37.93 4.78 -
YUV 154.58 40.77 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 136 0 0 0.46 1 0.02 32.64 1 0.49
Hex FA 88 0 0 2E 64 2 21 64 31
Octal 372 210 0 0 56 144 2 41 144 61
Binary 11111010 10001000 0 0 101110 1100100 10 100001 1100100 110001

Color Harmonies of #FA8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8800

Black with #FA8800

Text Example


Text Example

White with #FA8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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