Html Css Color HEX #FA9609 Dark Orange

📋 copy color: '#FA9609'

red 250 ◦ green 150 ◦ blue 9

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

Shades of Dark Orange #FA9609

Tints of Dark Orange #FA9609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 61.12%
G = 36.67%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA9609 (or 0xFA9609) is known color: Dark Orange. HEX triplet: FA, 96 and 09. RGB value is (250,150,9). Sum of RGB (Red+Green+Blue) = 250+150+9=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9609 is #0569F6. Grayscale: #A4A4A4. Windows color (decimal): -354807 or 628474. OLE color: 628474.

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

Color convert

RGB 250 150 9 -
CMYK 0 0.4 0.96 0.02
HSL 35.1º 0.96% 0.51% -
HSV(B) 35.1º 0.96% 0.98% -
XYZ 50.38 42.16 5.74 -
YUV 163.83 40.63 189.46 -
System Red Green Blue C M Y K H S L
Decimal 250 150 9 0 0.4 0.96 0.02 35.1 0.96 0.51
Hex FA 96 9 0 28 60 2 23 60 33
Octal 372 226 11 0 50 140 2 43 140 63
Binary 11111010 10010110 1001 0 101000 1100000 10 100011 1100000 110011

Color Harmonies of #FA9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9609

Black with #FA9609

Text Example


Text Example

White with #FA9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9609; }

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

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

background-color css

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

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

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

border-color css

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

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

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