Html Css Color HEX #FD8300 Dark Orange

📋 copy color: '#FD8300'

red 253 ◦ green 131 ◦ blue 0

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

Shades of Dark Orange #FD8300

Tints of Dark Orange #FD8300

RGB

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

 GREEN value IS 131 (51.56% 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.01

RGB Variations

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

Color information

#FD8300 (or 0xFD8300) is known color: Dark Orange. HEX triplet: FD, 83 and 00. RGB value is (253,131,0). Sum of RGB (Red+Green+Blue) = 253+131+0=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8300 is #027CFF. Grayscale: #999999. Windows color (decimal): -163072 or 33789. OLE color: 33789.

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

Color convert

RGB 253 131 0 -
CMYK 0 0.48 1 0.01
HSL 31.07º 1% 0.5% -
HSV(B) 31.07º 1% 0.99% -
XYZ 48.62 37.12 4.6 -
YUV 152.54 41.92 199.65 -
System Red Green Blue C M Y K H S L
Decimal 253 131 0 0 0.48 1 0.01 31.07 1 0.5
Hex FD 83 0 0 30 64 1 1F 64 32
Octal 375 203 0 0 60 144 1 37 144 62
Binary 11111101 10000011 0 0 110000 1100100 1 11111 1100100 110010

Color Harmonies of #FD8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8300

Black with #FD8300

Text Example


Text Example

White with #FD8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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