Html Css Color HEX #FA8609 Dark Orange

📋 copy color: '#FA8609'

red 250 ◦ green 134 ◦ blue 9

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

Shades of Dark Orange #FA8609

Tints of Dark Orange #FA8609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.29%

R = 63.61%
G = 34.1%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA8609 (or 0xFA8609) is known color: Dark Orange. HEX triplet: FA, 86 and 09. RGB value is (250,134,9). Sum of RGB (Red+Green+Blue) = 250+134+9=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8609 is #0579F6. Grayscale: #9B9B9B. Windows color (decimal): -358903 or 624378. OLE color: 624378.

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

Color convert

RGB 250 134 9 -
CMYK 0 0.46 0.96 0.02
HSL 31.12º 0.96% 0.51% -
HSV(B) 31.12º 0.96% 0.98% -
XYZ 48 37.39 4.95 -
YUV 154.43 45.93 196.16 -
System Red Green Blue C M Y K H S L
Decimal 250 134 9 0 0.46 0.96 0.02 31.12 0.96 0.51
Hex FA 86 9 0 2E 60 2 1F 60 33
Octal 372 206 11 0 56 140 2 37 140 63
Binary 11111010 10000110 1001 0 101110 1100000 10 11111 1100000 110011

Color Harmonies of #FA8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8609

Black with #FA8609

Text Example


Text Example

White with #FA8609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8609; }

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

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

background-color css

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

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

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

border-color css

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

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

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