Html Css Color HEX #FF8306 Dark Orange

📋 copy color: '#FF8306'

red 255 ◦ green 131 ◦ blue 6

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

Shades of Dark Orange #FF8306

Tints of Dark Orange #FF8306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 65.05%
G = 33.42%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8306 (or 0xFF8306) is known color: Dark Orange. HEX triplet: FF, 83 and 06. RGB value is (255,131,6). Sum of RGB (Red+Green+Blue) = 255+131+6=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8306 is #007CF9. Grayscale: #9A9A9A. Windows color (decimal): -31994 or 427007. OLE color: 427007.

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

Color convert

RGB 255 131 6 -
CMYK 0 0.49 0.98 0
HSL 30.12º 1% 0.51% -
HSV(B) 30.12º 0.98% 1% -
XYZ 49.39 37.51 4.81 -
YUV 153.83 44.58 200.16 -
System Red Green Blue C M Y K H S L
Decimal 255 131 6 0 0.49 0.98 0 30.12 1 0.51
Hex FF 83 6 0 31 62 0 1E 64 33
Octal 377 203 6 0 61 142 0 36 144 63
Binary 11111111 10000011 110 0 110001 1100010 0 11110 1100100 110011

Color Harmonies of #FF8306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8306

Black with #FF8306

Text Example


Text Example

White with #FF8306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8306; }

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

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

background-color css

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

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

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

border-color css

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

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

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