Html Css Color HEX #FF9501 Dark Orange

📋 copy color: '#FF9501'

red 255 ◦ green 149 ◦ blue 1

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

Shades of Dark Orange #FF9501

Tints of Dark Orange #FF9501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 62.96%
G = 36.79%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF9501 (or 0xFF9501) is known color: Dark Orange. HEX triplet: FF, 95 and 01. RGB value is (255,149,1). Sum of RGB (Red+Green+Blue) = 255+149+1=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9501 is #006AFE. Grayscale: #A4A4A4. Windows color (decimal): -27391 or 103935. OLE color: 103935.

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

Color convert

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

Color Harmonies of #FF9501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9501

Black with #FF9501

Text Example


Text Example

White with #FF9501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9501; }

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

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

background-color css

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

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

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

border-color css

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

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

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