Html Css Color HEX #FF9000 Dark Orange

📋 copy color: '#FF9000'

red 255 ◦ green 144 ◦ blue 0

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

Shades of Dark Orange #FF9000

Tints of Dark Orange #FF9000

RGB

 RED value IS 255 (100% from 255) = 63.91%

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 63.91%
G = 36.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF9000 (or 0xFF9000) is known color: Dark Orange. HEX triplet: FF, 90 and 00. RGB value is (255,144,0). Sum of RGB (Red+Green+Blue) = 255+144+0=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9000 is #006FFF. Grayscale: #A1A1A1. Windows color (decimal): -28672 or 37119. OLE color: 37119.

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

Color convert

RGB 255 144 0 -
CMYK 0 0.44 1 0
HSL 33.88º 1% 0.5% -
HSV(B) 33.88º 1% 1% -
XYZ 51.21 41.21 5.25 -
YUV 160.77 37.27 195.21 -
System Red Green Blue C M Y K H S L
Decimal 255 144 0 0 0.44 1 0 33.88 1 0.5
Hex FF 90 0 0 2C 64 0 22 64 32
Octal 377 220 0 0 54 144 0 42 144 62
Binary 11111111 10010000 0 0 101100 1100100 0 100010 1100100 110010

Color Harmonies of #FF9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9000

Black with #FF9000

Text Example


Text Example

White with #FF9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9000; }

 p { color: rgb(255,144,0); }

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

background-color css

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

 a { background-color: rgb(255,144,0); }

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

border-color css

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

 span { border-color: rgb(255,144,0); }

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