Html Css Color HEX #FD8100 Dark Orange

📋 copy color: '#FD8100'

red 253 ◦ green 129 ◦ blue 0

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

Shades of Dark Orange #FD8100

Tints of Dark Orange #FD8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 66.23%
G = 33.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FD8100 (or 0xFD8100) is known color: Dark Orange. HEX triplet: FD, 81 and 00. RGB value is (253,129,0). Sum of RGB (Red+Green+Blue) = 253+129+0=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8100 is #027EFF. Grayscale: #989898. Windows color (decimal): -163584 or 33277. OLE color: 33277.

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

Color convert

RGB 253 129 0 -
CMYK 0 0.49 1 0.01
HSL 30.59º 1% 0.5% -
HSV(B) 30.59º 1% 0.99% -
XYZ 48.36 36.58 4.51 -
YUV 151.37 42.58 200.49 -
System Red Green Blue C M Y K H S L
Decimal 253 129 0 0 0.49 1 0.01 30.59 1 0.5
Hex FD 81 0 0 31 64 1 1F 64 32
Octal 375 201 0 0 61 144 1 37 144 62
Binary 11111101 10000001 0 0 110001 1100100 1 11111 1100100 110010

Color Harmonies of #FD8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8100

Black with #FD8100

Text Example


Text Example

White with #FD8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8100; }

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

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

background-color css

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

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

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

border-color css

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

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

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