Html Css Color HEX #FF8507 Dark Orange

📋 copy color: '#FF8507'

red 255 ◦ green 133 ◦ blue 7

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

Shades of Dark Orange #FF8507

Tints of Dark Orange #FF8507

RGB

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

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

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

R = 64.56%
G = 33.67%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8507 (or 0xFF8507) is known color: Dark Orange. HEX triplet: FF, 85 and 07. RGB value is (255,133,7). Sum of RGB (Red+Green+Blue) = 255+133+7=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8507 is #007AF8. Grayscale: #9B9B9B. Windows color (decimal): -31481 or 493055. OLE color: 493055.

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

Color convert

RGB 255 133 7 -
CMYK 0 0.48 0.97 0
HSL 30.48º 1% 0.51% -
HSV(B) 30.48º 0.97% 1% -
XYZ 49.67 38.05 4.93 -
YUV 155.11 44.42 199.25 -
System Red Green Blue C M Y K H S L
Decimal 255 133 7 0 0.48 0.97 0 30.48 1 0.51
Hex FF 85 7 0 30 61 0 1E 64 33
Octal 377 205 7 0 60 141 0 36 144 63
Binary 11111111 10000101 111 0 110000 1100001 0 11110 1100100 110011

Color Harmonies of #FF8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8507

Black with #FF8507

Text Example


Text Example

White with #FF8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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