Html Css Color HEX #FD8503 Dark Orange

📋 copy color: '#FD8503'

red 253 ◦ green 133 ◦ blue 3

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

Shades of Dark Orange #FD8503

Tints of Dark Orange #FD8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 65.04%
G = 34.19%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FD8503 (or 0xFD8503) is known color: Dark Orange. HEX triplet: FD, 85 and 03. RGB value is (253,133,3). Sum of RGB (Red+Green+Blue) = 253+133+3=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8503 is #027AFC. Grayscale: #9A9A9A. Windows color (decimal): -162557 or 230909. OLE color: 230909.

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

Color convert

RGB 253 133 3 -
CMYK 0 0.47 0.99 0.01
HSL 31.2º 0.98% 0.5% -
HSV(B) 31.2º 0.99% 0.99% -
XYZ 48.91 37.66 4.78 -
YUV 154.06 42.76 198.57 -
System Red Green Blue C M Y K H S L
Decimal 253 133 3 0 0.47 0.99 0.01 31.2 0.98 0.5
Hex FD 85 3 0 2F 63 1 1F 62 32
Octal 375 205 3 0 57 143 1 37 142 62
Binary 11111101 10000101 11 0 101111 1100011 1 11111 1100010 110010

Color Harmonies of #FD8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8503

Black with #FD8503

Text Example


Text Example

White with #FD8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8503; }

 p { color: rgb(253,133,3); }

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

background-color css

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

 a { background-color: rgb(253,133,3); }

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

border-color css

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

 span { border-color: rgb(253,133,3); }

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