#FF8303

Color #FF8303 Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FF8303

Tints of Dark Orange #FF8303

Color information

#FF8303 (or 0xFF8303) is unknown color: approx Dark Orange. HEX triplet: FF, 83 and 03. RGB value is (255,131,3). Sum of RGB (Red+Green+Blue) = 255+131+3=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8303 is #007CFC. Grayscale: #9A9A9A. Windows color (decimal): -31997 or 230399. OLE color: 230399.

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

Color convert

RGB2551313-
CMYK00.490.990
HSL30.48º100%50.59%-
HSV(B)30.48º98.82%100%-
XYZ49.3737.54.72-
YUV153.4843.08200.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.55%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 3 (1.56% from 255) = 0.77%
R=65.55%
G=33.68%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255131300.490.99030.4810050.59
HexFF8330316301e6433
Octal377203306114303614463
Binary111111111000001111011000111000110111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8303; }

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

 H1.HeaderClassName
 {
   color: #FF8303;
 }
 .AnyTagClassName
 {
   color: #FF8303;
 }
</style>
background-color css

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

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

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

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

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

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