Html Css Color HEX #FD8401 Dark Orange

📋 copy color: '#FD8401'

red 253 ◦ green 132 ◦ blue 1

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

Shades of Dark Orange #FD8401

Tints of Dark Orange #FD8401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.54%
G = 34.2%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD8401 (or 0xFD8401) is known color: Dark Orange. HEX triplet: FD, 84 and 01. RGB value is (253,132,1). Sum of RGB (Red+Green+Blue) = 253+132+1=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8401 is #027BFE. Grayscale: #999999. Windows color (decimal): -162815 or 99581. OLE color: 99581.

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

Color convert

RGB 253 132 1 -
CMYK 0 0.48 1.00 0.01
HSL 31.19º 0.99% 0.5% -
HSV(B) 31.19º 1% 0.99% -
XYZ 48.76 37.39 4.68 -
YUV 153.25 42.09 199.15 -
System Red Green Blue C M Y K H S L
Decimal 253 132 1 0 0.48 1.00 0.01 31.19 0.99 0.5
Hex FD 84 1 0 30 64 1 1F 63 32
Octal 375 204 1 0 60 144 1 37 143 62
Binary 11111101 10000100 1 0 110000 1100100 1 11111 1100011 110010

Color Harmonies of #FD8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8401

Black with #FD8401

Text Example


Text Example

White with #FD8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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