Html Css Color HEX #FF8400 Dark Orange

📋 copy color: '#FF8400'

red 255 ◦ green 132 ◦ blue 0

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

Shades of Dark Orange #FF8400

Tints of Dark Orange #FF8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 65.89%
G = 34.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF8400 (or 0xFF8400) is known color: Dark Orange. HEX triplet: FF, 84 and 00. RGB value is (255,132,0). Sum of RGB (Red+Green+Blue) = 255+132+0=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8400 is #007BFF. Grayscale: #9A9A9A. Windows color (decimal): -31744 or 34047. OLE color: 34047.

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

Color convert

RGB 255 132 0 -
CMYK 0 0.48 1 0
HSL 31.06º 1% 0.5% -
HSV(B) 31.06º 1% 1% -
XYZ 49.49 37.76 4.68 -
YUV 153.73 41.25 200.23 -
System Red Green Blue C M Y K H S L
Decimal 255 132 0 0 0.48 1 0 31.06 1 0.5
Hex FF 84 0 0 30 64 0 1F 64 32
Octal 377 204 0 0 60 144 0 37 144 62
Binary 11111111 10000100 0 0 110000 1100100 0 11111 1100100 110010

Color Harmonies of #FF8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8400

Black with #FF8400

Text Example


Text Example

White with #FF8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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