Html Css Color HEX #FF8307 Dark Orange

📋 copy color: '#FF8307'

red 255 ◦ green 131 ◦ blue 7

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

Shades of Dark Orange #FF8307

Tints of Dark Orange #FF8307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.78%

R = 64.89%
G = 33.33%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8307 (or 0xFF8307) is known color: Dark Orange. HEX triplet: FF, 83 and 07. RGB value is (255,131,7). Sum of RGB (Red+Green+Blue) = 255+131+7=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8307 is #007CF8. Grayscale: #9A9A9A. Windows color (decimal): -31993 or 492543. OLE color: 492543.

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

Color convert

RGB 255 131 7 -
CMYK 0 0.49 0.97 0
HSL 30º 1% 0.51% -
HSV(B) 30º 0.97% 1% -
XYZ 49.39 37.51 4.84 -
YUV 153.94 45.08 200.08 -
System Red Green Blue C M Y K H S L
Decimal 255 131 7 0 0.49 0.97 0 30 1 0.51
Hex FF 83 7 0 31 61 0 1E 64 33
Octal 377 203 7 0 61 141 0 36 144 63
Binary 11111111 10000011 111 0 110001 1100001 0 11110 1100100 110011

Color Harmonies of #FF8307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8307

Black with #FF8307

Text Example


Text Example

White with #FF8307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8307; }

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

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

background-color css

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

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

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

border-color css

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

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

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