Html Css Color HEX #FD8305 Dark Orange

📋 copy color: '#FD8305'

red 253 ◦ green 131 ◦ blue 5

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

Shades of Dark Orange #FD8305

Tints of Dark Orange #FD8305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 65.04%
G = 33.68%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD8305 (or 0xFD8305) is known color: Dark Orange. HEX triplet: FD, 83 and 05. RGB value is (253,131,5). Sum of RGB (Red+Green+Blue) = 253+131+5=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8305 is #027CFA. Grayscale: #999999. Windows color (decimal): -163067 or 361469. OLE color: 361469.

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

Color convert

RGB 253 131 5 -
CMYK 0 0.48 0.98 0.01
HSL 30.48º 0.98% 0.51% -
HSV(B) 30.48º 0.98% 0.99% -
XYZ 48.65 37.13 4.75 -
YUV 153.11 44.42 199.25 -
System Red Green Blue C M Y K H S L
Decimal 253 131 5 0 0.48 0.98 0.01 30.48 0.98 0.51
Hex FD 83 5 0 30 62 1 1E 62 33
Octal 375 203 5 0 60 142 1 36 142 63
Binary 11111101 10000011 101 0 110000 1100010 1 11110 1100010 110011

Color Harmonies of #FD8305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8305

Black with #FD8305

Text Example


Text Example

White with #FD8305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8305; }

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

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

background-color css

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

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

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

border-color css

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

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

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