Html Css Color HEX #FD8805 Dark Orange

📋 copy color: '#FD8805'

red 253 ◦ green 136 ◦ blue 5

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

Shades of Dark Orange #FD8805

Tints of Dark Orange #FD8805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 64.21%
G = 34.52%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD8805 (or 0xFD8805) is known color: Dark Orange. HEX triplet: FD, 88 and 05. RGB value is (253,136,5). Sum of RGB (Red+Green+Blue) = 253+136+5=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8805 is #0277FA. Grayscale: #9C9C9C. Windows color (decimal): -161787 or 362749. OLE color: 362749.

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

Color convert

RGB 253 136 5 -
CMYK 0 0.46 0.98 0.01
HSL 31.69º 0.98% 0.51% -
HSV(B) 31.69º 0.98% 0.99% -
XYZ 49.34 38.5 4.97 -
YUV 156.05 42.76 197.15 -
System Red Green Blue C M Y K H S L
Decimal 253 136 5 0 0.46 0.98 0.01 31.69 0.98 0.51
Hex FD 88 5 0 2E 62 1 20 62 33
Octal 375 210 5 0 56 142 1 40 142 63
Binary 11111101 10001000 101 0 101110 1100010 1 100000 1100010 110011

Color Harmonies of #FD8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8805

Black with #FD8805

Text Example


Text Example

White with #FD8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8805; }

 p { color: rgb(253,136,5); }

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

background-color css

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

 a { background-color: rgb(253,136,5); }

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

border-color css

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

 span { border-color: rgb(253,136,5); }

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