Html Css Color HEX #FF8503 Dark Orange

📋 copy color: '#FF8503'

red 255 ◦ green 133 ◦ blue 3

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

Shades of Dark Orange #FF8503

Tints of Dark Orange #FF8503

RGB

 RED value IS 255 (100% from 255) = 65.22%

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

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

R = 65.22%
G = 34.02%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF8503 (or 0xFF8503) is known color: Dark Orange. HEX triplet: FF, 85 and 03. RGB value is (255,133,3). Sum of RGB (Red+Green+Blue) = 255+133+3=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8503 is #007AFC. Grayscale: #9B9B9B. Windows color (decimal): -31485 or 230911. OLE color: 230911.

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

Color convert

RGB 255 133 3 -
CMYK 0 0.48 0.99 0
HSL 30.95º 1% 0.51% -
HSV(B) 30.95º 0.99% 1% -
XYZ 49.64 38.04 4.81 -
YUV 154.66 42.42 199.57 -
System Red Green Blue C M Y K H S L
Decimal 255 133 3 0 0.48 0.99 0 30.95 1 0.51
Hex FF 85 3 0 30 63 0 1F 64 33
Octal 377 205 3 0 60 143 0 37 144 63
Binary 11111111 10000101 11 0 110000 1100011 0 11111 1100100 110011

Color Harmonies of #FF8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8503

Black with #FF8503

Text Example


Text Example

White with #FF8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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