Html Css Color HEX #FF9401 Dark Orange

📋 copy color: '#FF9401'

red 255 ◦ green 148 ◦ blue 1

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

Shades of Dark Orange #FF9401

Tints of Dark Orange #FF9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 63.12%
G = 36.63%
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

#FF9401 (or 0xFF9401) is known color: Dark Orange. HEX triplet: FF, 94 and 01. RGB value is (255,148,1). Sum of RGB (Red+Green+Blue) = 255+148+1=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9401 is #006BFE. Grayscale: #A3A3A3. Windows color (decimal): -27647 or 103679. OLE color: 103679.

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

Color convert

RGB 255 148 1 -
CMYK 0 0.42 1.00 0
HSL 34.72º 1% 0.5% -
HSV(B) 34.72º 1% 1% -
XYZ 51.84 42.44 5.49 -
YUV 163.24 36.45 193.45 -
System Red Green Blue C M Y K H S L
Decimal 255 148 1 0 0.42 1.00 0 34.72 1 0.5
Hex FF 94 1 0 2A 64 0 23 64 32
Octal 377 224 1 0 52 144 0 43 144 62
Binary 11111111 10010100 1 0 101010 1100100 0 100011 1100100 110010

Color Harmonies of #FF9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9401

Black with #FF9401

Text Example


Text Example

White with #FF9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9401; }

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

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

background-color css

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

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

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

border-color css

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

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

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