Html Css Color HEX #FD8500 Dark Orange

📋 copy color: '#FD8500'

red 253 ◦ green 133 ◦ blue 0

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

Shades of Dark Orange #FD8500

Tints of Dark Orange #FD8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 65.54%
G = 34.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD8500 (or 0xFD8500) is known color: Dark Orange. HEX triplet: FD, 85 and 00. RGB value is (253,133,0). Sum of RGB (Red+Green+Blue) = 253+133+0=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8500 is #027AFF. Grayscale: #9A9A9A. Windows color (decimal): -162560 or 34301. OLE color: 34301.

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

Color convert

RGB 253 133 0 -
CMYK 0 0.47 1 0.01
HSL 31.54º 1% 0.5% -
HSV(B) 31.54º 1% 0.99% -
XYZ 48.9 37.66 4.69 -
YUV 153.72 41.26 198.81 -
System Red Green Blue C M Y K H S L
Decimal 253 133 0 0 0.47 1 0.01 31.54 1 0.5
Hex FD 85 0 0 2F 64 1 20 64 32
Octal 375 205 0 0 57 144 1 40 144 62
Binary 11111101 10000101 0 0 101111 1100100 1 100000 1100100 110010

Color Harmonies of #FD8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8500

Black with #FD8500

Text Example


Text Example

White with #FD8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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