Html Css Color HEX #FD8400 Dark Orange

📋 copy color: '#FD8400'

red 253 ◦ green 132 ◦ blue 0

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

Shades of Dark Orange #FD8400

Tints of Dark Orange #FD8400

RGB

 RED value IS 253 (99.22% from 255) = 65.71%

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

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

R = 65.71%
G = 34.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD8400 (or 0xFD8400) is known color: Dark Orange. HEX triplet: FD, 84 and 00. RGB value is (253,132,0). Sum of RGB (Red+Green+Blue) = 253+132+0=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8400 is #027BFF. Grayscale: #999999. Windows color (decimal): -162816 or 34045. OLE color: 34045.

HSL color Cylindrical-coordinate representation of color #FD8400: hue angle of 31.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD8400 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 132 0 -
CMYK 0 0.48 1 0.01
HSL 31.3º 1% 0.5% -
HSV(B) 31.3º 1% 0.99% -
XYZ 48.76 37.39 4.65 -
YUV 153.13 41.59 199.23 -
System Red Green Blue C M Y K H S L
Decimal 253 132 0 0 0.48 1 0.01 31.3 1 0.5
Hex FD 84 0 0 30 64 1 1F 64 32
Octal 375 204 0 0 60 144 1 37 144 62
Binary 11111101 10000100 0 0 110000 1100100 1 11111 1100100 110010

Color Harmonies of #FD8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8400

Black with #FD8400

Text Example


Text Example

White with #FD8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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