Html Css Color HEX #FF9500 Dark Orange

📋 copy color: '#FF9500'

red 255 ◦ green 149 ◦ blue 0

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

Shades of Dark Orange #FF9500

Tints of Dark Orange #FF9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.88%

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

R = 63.12%
G = 36.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF9500 (or 0xFF9500) is known color: Dark Orange. HEX triplet: FF, 95 and 00. RGB value is (255,149,0). Sum of RGB (Red+Green+Blue) = 255+149+0=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9500 is #006AFF. Grayscale: #A4A4A4. Windows color (decimal): -27392 or 38399. OLE color: 38399.

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

Color convert

RGB 255 149 0 -
CMYK 0 0.42 1 0
HSL 35.06º 1% 0.5% -
HSV(B) 35.06º 1% 1% -
XYZ 51.99 42.75 5.51 -
YUV 163.71 35.62 193.12 -
System Red Green Blue C M Y K H S L
Decimal 255 149 0 0 0.42 1 0 35.06 1 0.5
Hex FF 95 0 0 2A 64 0 23 64 32
Octal 377 225 0 0 52 144 0 43 144 62
Binary 11111111 10010101 0 0 101010 1100100 0 100011 1100100 110010

Color Harmonies of #FF9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9500

Black with #FF9500

Text Example


Text Example

White with #FF9500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9500; }

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

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

background-color css

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

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

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

border-color css

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

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

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