Html Css Color HEX #FF9404 Dark Orange

📋 copy color: '#FF9404'

red 255 ◦ green 148 ◦ blue 4

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

Shades of Dark Orange #FF9404

Tints of Dark Orange #FF9404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 62.65%
G = 36.36%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF9404 (or 0xFF9404) is known color: Dark Orange. HEX triplet: FF, 94 and 04. RGB value is (255,148,4). Sum of RGB (Red+Green+Blue) = 255+148+4=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9404 is #006BFB. Grayscale: #A4A4A4. Windows color (decimal): -27644 or 300287. OLE color: 300287.

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

Color convert

RGB 255 148 4 -
CMYK 0 0.42 0.98 0
HSL 34.42º 1% 0.51% -
HSV(B) 34.42º 0.98% 1% -
XYZ 51.85 42.45 5.58 -
YUV 163.58 37.95 193.21 -
System Red Green Blue C M Y K H S L
Decimal 255 148 4 0 0.42 0.98 0 34.42 1 0.51
Hex FF 94 4 0 2A 62 0 22 64 33
Octal 377 224 4 0 52 142 0 42 144 63
Binary 11111111 10010100 100 0 101010 1100010 0 100010 1100100 110011

Color Harmonies of #FF9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9404

Black with #FF9404

Text Example


Text Example

White with #FF9404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9404; }

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

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

background-color css

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

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

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

border-color css

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

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

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